Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
$ equivalent in SQL Server?
Message
De
25/01/2002 04:33:27
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00610309
Message ID:
00610336
Vues:
18
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform