7 lines
88 B
SQL
7 lines
88 B
SQL
DESCRIBE Orders;
|
|
|
|
DESC Orders;
|
|
|
|
DESCRIBE catalog1.db1.table1;
|
|
|
|
DESC catalog1.db1.table1; |