Pattern matching with exact number of characters
select * from employee where ename like 'a_i_'
--Use _ (underscore operator).
---One _ sign means exactly 1 character.
Pattern matching with exact number of characters
Reviewed by Rupesh
on
11:56
Rating:
No comments: