Hi All,
11.2.0.1
Hi all,
I have a table with column CARDNO which contains variable digits credit card numbers ranging from 16 to 20 digits.
I want to display the first 6 and last 4 digits only.
For the first 6, I can do> substr(cardno,1,6)
Can you help me with the last 4 please....
Thanks,
pK