Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How To Do This Query
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
01086750
Message ID:
01087149
Vues:
11
Thanks Sergey!


>You can use CHARINDEX, PATINDEX or LIKE
>
>SELECT *
>  FROM MyTable
>  WHERE ThisField LIKE '%' + 'Some String' + '%'
>
>
>>How do you do this in SQL?
>>
>>
>>SELECT *
>>  FROM MyTable
>>  WHERE 'Some String' $ ThisField
>>
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform