Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Retrieve non-alpha matches
Message
From
19/09/2000 08:30:29
 
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00417810
Message ID:
00417995
Views:
30
I'm not sure if this answers your question ...

SELECT * FROM table WHERE column LIKE '1%'

This query will find all the rows where the value in column starts with a one (1).

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform