Generally, I think "all" is used as a qualifier to a subquery, much like you
would use "IN" or "BETWEEN." So, if you did:
select * FROM mytable WHERE mycolumn = ALL(1,2,3)
This would select everything where myid was equal to 1, 2 and 3.
-d



Deanna Schneider
Interactive Media Developer
[EMAIL PROTECTED]



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to