Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wildcard searching in SQL 7.0
Message
From
08/12/2000 14:02:20
 
 
To
08/12/2000 13:54:56
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00450892
Message ID:
00450906
Views:
26
>Trey,
> See my reply to Larry.
>
>..where zip in ('220461934','220461973','22030')
>
>I tried
>
>..where zip in ('220461934','220461973','22030%')
>
>but it doesn't work. :(

I was just about to address this, e.g., in your caller - assuming VFP for this -set the zip values to PADR(lcZip,9,"_") and make the SQL call sim to this (I modified pubs.authors to have 9 digit zip code - the ones below have multiple records already - I changed one each to be 9 and left the rest at 5)
select au_id, au_lname, au_fname, zip 
   from authors 
   where 1 in (patindex('84152____',zip), patindex('94301____',zip))
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform