i have a numeric column in my database and i want to get only to Chars out of the data in that column which is a number i m looking for the function that will do the same as mid in vb6 does
i have a numeric column in my database and i want to get only to Chars out of the data in that column which is a number i m looking for the function that will do the same as mid in vb6 does
I think the function you're looking for is SubStr in PL/SQL