Viewing 2 posts - 1 through 2 (of 2 total)
Stewart "Arturius" Campbell (8/16/2012)Alternatively, consider:Select * from Codeswhere Code like 'ABCD%[^a-zA-Z]%' order by Code desc
Stewart "Arturius" Campbell (8/16/2012)
Select * from Codes
where Code like 'ABCD%[^a-zA-Z]%'
order by Code desc
Thanks, but does not work.
August 16, 2012 at 9:05 am
#1526651
Got it. Thanks for the reply.
August 15, 2012 at 12:56 pm
#1526180