On Sun, 19 May 2002, Jule wrote:

> Hey guys and gals,
>
> is there a query that selects all comuns from a table, except the one's i
> have defined?
>
> Jule

No, there isn't.  It is safter if you name the columns you want.
If you use a select * in your code instead of naming the particular
columns you want, you could be in for some unpleasent surprises if the
table is altered in the future.  Naming the columns also makes your code
easier to understand.



Regards,

Jason
[EMAIL PROTECTED]


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