Oracle 5.0 Reference Manual page 905

Table of Contents

Advertisement

Name
[888]
ELT()
[888]
EXPORT_SET()
[888]
FIELD()
[888]
FIND_IN_SET()
[889]
FORMAT()
[889]
HEX()
[889]
INSERT()
[889]
INSTR()
[889]
LCASE()
[890]
LEFT()
[890]
LENGTH()
[896]
LIKE
[890]
LOAD_FILE()
[890]
LOCATE()
[890]
LOWER()
[891]
LPAD()
[891]
LTRIM()
[891]
MAKE_SET()
[934]
MATCH
[891]
MID()
[898]
NOT LIKE
[899]
NOT REGEXP
[891]
OCT()
[891]
OCTET_LENGTH()
[891]
ORD()
[892]
POSITION()
[892]
QUOTE()
[899]
REGEXP
[892]
REPEAT()
[892]
REPLACE()
[892]
REVERSE()
[892]
RIGHT()
[899]
RLIKE
[892]
RPAD()
String Functions
Description
Return string at index number
Return a string such that for every bit set in the value bits,
you get an on string and for every unset bit, you get an off
string
Return the index (position) of the first argument in the
subsequent arguments
Return the index position of the first argument within the
second argument
Return a number formatted to specified number of decimal
places
Return a hexadecimal representation of a decimal or string
value
Insert a substring at the specified position up to the specified
number of characters
Return the index of the first occurrence of substring
Synonym for LOWER()
Return the leftmost number of characters as specified
Return the length of a string in bytes
Simple pattern matching
Load the named file
Return the position of the first occurrence of substring
Return the argument in lowercase
Return the string argument, left-padded with the specified
string
Remove leading spaces
Return a set of comma-separated strings that have the
corresponding bit in bits set
Perform full-text search
Return a substring starting from the specified position
Negation of simple pattern matching
Negation of REGEXP
Return a string containing octal representation of a number
A synonym for LENGTH()
Return character code for leftmost character of the argument
A synonym for LOCATE()
Escape the argument for use in an SQL statement
Pattern matching using regular expressions
Repeat a string the specified number of times
Replace occurrences of a specified string
Reverse the characters in a string
Return the specified rightmost number of characters
Synonym for REGEXP
Append string the specified number of times
885

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents