Re: Describe question

2007-03-27 Thread Rolando Edwards
e_name = '...' order by ordinal_position; You could coerce the order to be whatever you want it to be. But, this should be a good starting for you. Have fun with it !!! - Original Message - From: "Olaf Stein" <[EMAIL PROTECTED]> To: "MySql" Sent: Tuesday, March 27,

Describe question

2007-03-27 Thread Olaf Stein
Hi All, Is there a way to influence the order in which columns are returned in a describe table statement. Basically I want the same order that I get in the mysql client (Field, Type, Null, etc) in a little script I am writing, so I can use the Column headers dynamically. Thanks Olaf -- MySQL

DESCRIBE question

2001-01-15 Thread Aaron Schlesinger
New to 3.23 is showing your priviledges when you describe a table. This throws off the length of my screen. Without altering the source, is there any way to remove this "feature"? Thanks Aaron - Before posting, please check: