If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I have a table with
Co1 and Col2.
Col2 can have has values "AA", 'BB', and 'CC'.
I have to create a view with those two columns and it should have '01' instead of 'AA' , '02' instead of 'BB' and '03' instead of 'CC'.
How should I code it?
Thanks.