tempo1
Programmer
- Feb 20, 2007
- 118
a number showing the position of a certain character.
Hi everyone,
In my select query i want to display the position of the character '-'.
My query goes like:
to show where the '-' of
each phone number i situated.
can anyone tell me what i should replace
Thanks a lot
Hi everyone,
In my select query i want to display the position of the character '-'.
My query goes like:
Code:
select position(phone,'-')
each phone number i situated.
can anyone tell me what i should replace
with ?position
Thanks a lot