Sunday, August 21, 2016

Oracle SQL LIKE Operator

LIKE Operator:

Use like operator to perform the search on column values. Search can be on numbers or characters.
%  matches zero or more characters

_  matches one character



Featured Post

Will the data from Oracle Database be lost after formatting the system in which it is installed?

So Someone asked me a question,  Will the data from Oracle Database be lost after formatting the system in which it is installed? Since the ...

Popular Posts