« Return to Thread: Hope to see you tonight at NYCFUG!!!

Re: Quick Sequel Server Question answered

by R.J.Siegel :: Rate this Message:

Reply to Author | View in Thread

Many thanks for your replies, but read on...


Mark Modig wrote:
> How about something like>
> SELECT Foo1, Foo2, ...
> FROM Bar
> WHERE ASCII(Foo1) BETWEEN 97 AND 122
> Assuming Foo1 is a char or varchar column.

That works fine, thanks!


 > where patindex("[a-z]%", name) > 0

this "works" but it is case-INSENSITIVE, so does
not do what is needed.


--
--  Bob/Jules Siegel  Bob.Siegel@...  --
--  ColdFusion / Web Databases   ---


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:25:1948
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/25
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:25
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.25
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

 « Return to Thread: Hope to see you tonight at NYCFUG!!!