Hi,
I'm trying to use the result from the select within the same query.
See code
SELECT accountnum, char(ASCII(SUBS TRING(accountnu m, 1, 1))) as
firstChar from questions where firstchar='m'
Is it possible to use the result from char(ASCII(SUBS TRING(accountnu m,
1, 1))) within the same query without any nested loops, like i'm trying
to use it?
Thanks,
Dean
*** Sent via Developersdex http://www.developersdex.com ***
Comment