| 发表于:2007-08-27 09:40:381楼 得分:0 |
\d 你的表名字 看手册: to see the detailed definition of a particular table, use the \d table-name meta-command: movies=# \d tapes table "tapes " column ¦ type ¦ modifiers ----------+-----------------------+----------- tape_id ¦ character(8) ¦ not null title ¦ character varying(80) ¦ not null duration ¦ interval ¦ | | |
|