Column values in Caps
SK KFeb 21 2012 — edited Feb 21 2012Hi All,
Database : 11g
Is it possible to store particular column value in Caps? if user issues insert statements with lower case, is there any way to store it in upper case by default?
I have searched if there is any column defaults available while creating table itself, but could not find any useful results.
Because it is impossible to predict whether user issues insert statement with value for column in lower case or upper case.
I do not have any application to control it.
Regards,
SK