Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
Like « Select Query « Oracle PL / SQL
Oracle PL / SQL
Select Query
Like
1.
A function using the LIKE operator to return a phone number's area code
2.
Like with '__' (Any two characters)
3.
Like with '_' and '%'
4.
Use two '%' in Like statement
5.
Using a NOT operator with like
6.
Convert varchar value to upper case and then use like operator
7.
Is Like case sensitive
8.
Use % in word ending
9.
Use two % signs in one like
10.
Use two % signs in like
11.
Like '%' function with varchar2 type
12.
Like with % on both sides
13.
Second letter is A
14.
Create pattern dynamically and use it in like statement
15.
Pattern Matching LIKE '%great%'
16.
Using Pattern Matching LIKE '____ %'
17.
comments like '%0\%%' escape '\'
18.
Escape \
19.
Description has 'SQL' substring