NYCPHP Meetup

NYPHP.org

[nycphp-talk] get just the column names (MySQL)

Tim Gales tgales at tgaconnect.com
Tue Jan 27 13:31:48 EST 2004


David Mintz writes:
"I wonder if anyone knows an elegant way to get 
 ~just~ the column names and no more"

You might try something like:

SELECT * FROM `table` LIMIT 1
(I wouldn't say it is elegant...)

T. Gales & Associates
'Helping People Connect with Technology'

http://www.tgaconnect.com





More information about the talk mailing list