Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Retrieve non-alpha matches
Message
 
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00417810
Message ID:
00418223
Views:
26
>Cool! I'll try this. I didn't know you could do that. Is this just T-SQL implementation or ???
>
>>>What's the fastest way to retrieve records that start with non-alpha character (e.g. doesn't start with A-Z)?
>>

>>SELECT * FROM mytable WHERE mycolumn NOT LIKE '[A-Z]%'


I guess it's T-SQL only but I'm not sure.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform