On Monday 08 April 2002 9:49 am, Chuck \"PUP\" Payne wrote:
> Ok, I know I am going to get yell about this but how can I do an SQL and
> only show to fields from a table. For example I only like to see the names
> and birthday? Or will as so all fields for a given table.

SELECT field1, field2 FROM tablename WHERE condition;

---------------------------------------------------------------------
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

Reply via email to