|
Posted by Usenet on 09/28/54 11:49
> WHERE 1 = 2
> what does that mean? Sorry, I'm a newb at this stuff!
It's just guaranteeing that no data is returned, since it's never
true that one equals two, so you should just get an empty table
returned, because you only want the field names and don't care about
the data.
Regards
Mark Stanton
One small step for mankind...
Navigation:
[Reply to this message]
|