Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL to select left character if a number but not a lette
Message
 
 
To
08/02/2002 14:44:47
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00617582
Message ID:
00617643
Views:
19
Thanks Zlatin!

>Try this:


>SELECT '0' as F1 FROM Test where Left(F1,1)<'2' OR Left(F1,1)>'9'
UNION ALL
SELECT Left(F1,1) as F1 FROM Test where Left(F1,1)>='2' AND Left(F1,1)<='9'
Previous
Reply
Map
View

Click here to load this message in the networking platform