使用者工具

網站工具


database:index

這是本文件的舊版!


MySql Index

mysql語法

  • DESCRIBE語法(取得資料表欄位資訊)
    1
    mysql> DESCRIBE tableName;
    mysql>Desc tableName;  (簡寫代碼)
    mysql>show columns from tableName; (等同於DESCRIBE用法)
  • help查詢命令用法
    1
    mysql>help help;
    Many help items for your request exist.
    To make a more specific request, please type 'help <item>',
    where <item> is one of the following
    topics:
       HELP COMMAND
       HELP STATEMENT

MySql管理

database/index.1389201784.txt.gz · 上一次變更: 2014/01/08 17:23 由 ali88