Pada Thu, 4 Jul 2002 11:34:12 +0200
"W. Enserink" <[EMAIL PROTECTED]> menulis :

> Hi all,
> 
> is it possible to exclude columns in a query?
> 
> something like 
> 
> select * from table except columnname ??

Nope, I don't think it's possible ...
You have to give columns list, like this ...  "select a,b,c,d,f from table"

-- 
Linux: Where Don't We Want To Go Today?
        -- Submitted by Pancrazio De Mauro, paraphrasing some well-known sales talk
 
MySQL 3.23.51 : up 13 days, Queries : 385.018 per second (avg).

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