Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
$ equivalent in SQL Server?
Message
From
25/01/2002 04:33:27
 
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00610309
Message ID:
00610336
Views:
17
Mark,
In addition to Perry's suggestion, you could also use CHARINDEX() which is the T-SQL equivalent of AT():
SELECT * FROM customer WHERE CHARINDEX('AL', customer.lastname) > 0
HTH
>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.
Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform