---Reply to mail from Chris Giminez about sql list syntax
> I am doing that.. sort of.
>
> I have
> '#form.city#' like '%des_city%'
>
% is a wild card character - like .* in regexp, so what you are saying
there is "return true if the contents of form.city is the same as some
number (posibly 0) characters followed by des_city
followed by some more (possibly 0) characters". What you want is Des_City
LIKE '%#FORM.CITY#%'.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.