Jun 17, 2003 #1 karlsruhe IS-IT--Management Joined Jun 11, 2003 Messages 3 Location 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 Joined Nov 12, 2002 Messages 40 Location US SELECT * FROM SYSCOLUMNS WHERE TBNAME='tablename'; Upvote 0 Downvote