Re: SELECT and regular expression
- From: "Martin Lukasik" <marcin@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 26 Apr 2006 15:21:29 +0100
Hi Martin,
Try
SELECT * -- Use column list instead!!
FROM table
WHERE account LIKE '[EN][B0]123456%'
ORDER BY Id
That's exactly what I was looking for.
Thank you!
m.
.
- References:
- SELECT and regular expression
- From: Martin Lukasik
- Re: SELECT and regular expression
- From: Hugo Kornelis
- SELECT and regular expression
- Prev by Date: Re: Please help quick statement check
- Next by Date: Re: Please help quick statement check
- Previous by thread: Re: SELECT and regular expression
- Next by thread: Re: SELECT and regular expression
- Index(es):