On Saturday 22 February 2003 14:00, Prabu Subroto wrote: > I don't want to be spoiled by PHPMyAdmin anymore. > I want to get be more expert in SQL Command of MySQL. > > So far, everything is fine but today I realized a > problem. If I want to diplay the columns of an empty > table, the MySQL Client will diplay nothing such as : > " > mysql> select * from appointment; > Empty set (0.00 sec) > > mysql> > " > > I want to see what columns I made in the table. > Please tell me how to do that. > And how should I do to diplay the attributes of the > columns in a table?
Use SHOW COLUMNS command: http://www.mysql.com/doc/en/SHOW.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php