RE: How to perform describe table ?

2001-08-28 Thread tziem
The DESCRIBE verb is part of SQL*Plus, not standard OCI interface. You will need to select off of USER_TABLES and USER_TAB_COLUMNS views. -Original Message- From: Koen Gogne [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 12:23 PM To: dbi_users Subject: How to

Re: How to perform describe table ?

2001-08-28 Thread Thomas A . Lowery
dbish: @mysql-- /desc gender_codes NAME TYPE NULLABLE - -- id_pk decimal (2)N iso_code decimal (2)N gender char (1)