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
Wild Card « Select Query « Oracle PL / SQL
Oracle PL / SQL
Select Query
Wild Card
1.
The % wild card also includes cases where there is no character
2.
Like with '_' (Any one character)
3.
Wild card '%' on both side of the string
4.
Underscore character (_) Matches one character in a specified position