Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Find a string within a column in sqlserver
Message
De
02/06/2008 16:16:31
 
 
À
02/06/2008 16:12:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01321126
Message ID:
01321129
Vues:
14
Oh gosh, it couldn't be that simple could it? I'll test it - thanks Stefan!



>>I just can't remember this, but I know I've done this before. I have a column in sqlserver which has two strings in it separated by a semicolon. I need to pull all the records where the string on the right of the semicolon in the column matches a specific value:
>>
>>Example looking for all records with 'ABC' after the semicolon in the column:
>>
>>Example record that would match: mytable.mycolumn = 'Anyvalue;ABC'
>>Example record that would match: mytable.mycolumn = 'Anyvalue; ABC'
>>Example record that would NOT match: mytable.mycolumn = 'Anyvalue' or 'Anyvalue;DEF'
>>
>>Note the third example - one record does NOT have a semicolon at all and if there is no semicolon, then there is no value to pull.
>
>
>Would 'Anyvalue; morechars ABC' be a valid value too?
>
>Select * From myTable Where myColumn Like '%;%ABC%'
>
>
>
>
>hth
>-Stefan
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform