That's cool if I just wanted to find out whether the tblcasino.poker field was 
in a list.

But consider that I want to have one query where I join the tblcasinos table to 
the other sub-tables containing the descriptions of the game types.

For purposes of creating a Verity Collection from the database.

So of course

Select tblCasinos.casinoid 

FROM tblCasinos,tblPoker
 
WHERE tblCasinos.poker = tblpoker.pokerid

Won't work in this case, because of the comma delimited list problem.

Damn I know there has to be a workaround but I can't think what the heck it is.


>
>give this query a poke... err... I mean peek...
>
>select casinoid from tblCasinos
>where ',' + poker + ',' like '%,#pokerid#,%'
>
>ike
>-- player poking pickle-o-phile

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190122
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to