how to compare the first and last characters of strings?
598210May 29 2008 — edited May 30 2008lets say we have a name column with values;
c1
----------
Antu Anamentu
Steven Smith
Since A=A and U=U for the first value we need a TRUE and FALSE for the second value SQL. Is this possible to do with REGEXP functions on 10gR2.
Thank you.