Jun 17, 2003 #1 karlsruhe IS-IT--Management Jun 11, 2003 3 GB Hi all, i have a simple question! Is there a command for the sqlbase database which displays the table description? Something like the DESC command in oracle and mssql or SHOW in mysql?! Many Thanks In Advance S+
Hi all, i have a simple question! Is there a command for the sqlbase database which displays the table description? Something like the DESC command in oracle and mssql or SHOW in mysql?! Many Thanks In Advance S+
Jul 9, 2003 1 #2 ModelTrains Programmer Nov 12, 2002 40 US SELECT * FROM SYSCOLUMNS WHERE TBNAME='tablename'; Upvote 0 Downvote