select * from emp where ename like '%';
select * from emp where instr(ename, '%') <> 0;
Post a Comment
No comments:
Post a Comment