Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
$ equivalent in SQL Server?
Message
From
25/01/2002 01:56:28
 
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00610309
Message ID:
00610312
Views:
17
Use "Like" with wildcards, % and _

There are a couple other wildcards, but these are the ones I use the most.

%AL% is find anywhere in string, like $
_ is positional wildcard. Anything in the position represented by the _

Pf

>Is there an equivalent of Fox's $ operator in SQL's query syntax? For example, in Fox I can ...
>
>SELECT * FROM customer WHERE "AL" $ customer.lastname
>
>... how I do the same in SQL Server?
>
>Thanks.

(On an infant's shirt): Already smarter than Bush
Previous
Reply
Map
View

Click here to load this message in the networking platform