Hi,
My data are look like:
1_123456
11_123456
111_123456
1111_123456
11111_123456 (varchar(20))
I would like a where like SQL command.
I tried this: like E'11\_%' -> wrong!
like E'11\_______' -> good (with 7 piece of _ characters!)
What would I have to do if the second part of the numbers (after the
_ character) will be different lenght?
TIA,
Ruzsi