Hi all,
i have two database enteries: 9shashi and 10shashi. both are of varchar type. how should i get maximum integer from these two values i.e,10.
If i use the query select max(id) from tablename; i am getting 9shashi. But i want to retrieve 10shashi out of there.
Please help me.
For help, i am using oracle 10g database express edition and not 'mysql'.
i have two database enteries: 9shashi and 10shashi. both are of varchar type. how should i get maximum integer from these two values i.e,10.
If i use the query select max(id) from tablename; i am getting 9shashi. But i want to retrieve 10shashi out of there.
Please help me.
For help, i am using oracle 10g database express edition and not 'mysql'.
Comment