Oracle 5.0 Reference Manual page 885

Table of Contents

Advertisement

Name
[957]
BENCHMARK()
BETWEEN ... AND ...
[886]
BIN()
[948]
BINARY
[969]
BIT_AND()
[952]
BIT_COUNT()
[886]
BIT_LENGTH()
[969]
BIT_OR()
[969]
BIT_XOR()
[951]
&
[951]
~
[951]
|
[951]
^
[883]
CASE
[948]
CAST()
[909]
CEIL()
[909]
CEILING()
[887]
CHAR_LENGTH()
[886]
CHAR()
CHARACTER_LENGTH()
[958]
CHARSET()
[878]
COALESCE()
[958]
COERCIBILITY()
[959]
COLLATION()
[954]
COMPRESS()
[888]
CONCAT_WS()
[887]
CONCAT()
[959]
CONNECTION_ID()
[909]
CONV()
[918]
CONVERT_TZ()
[948]
CONVERT()
[909]
COS()
[909]
COT()
[970]
COUNT(DISTINCT)
[970]
COUNT()
[909]
CRC32()
[918]
CURDATE()
CURRENT_DATE(),
[918]
CURRENT_DATE
CURRENT_TIME(),
[918]
CURRENT_TIME
Function and Operator Reference
Description
Repeatedly execute an expression
[877]
Check whether a value is within a range of values
Return a string containing binary representation of a number
Cast a string to a binary string
Return bitwise and
Return the number of bits that are set
Return length of argument in bits
Return bitwise or
Return bitwise xor
Bitwise AND
Invert bits
Bitwise OR
Bitwise XOR
Case operator
Cast a value as a certain type
Return the smallest integer value not less than the argument
Return the smallest integer value not less than the argument
Return number of characters in argument
Return the character for each integer passed
[887]
A synonym for CHAR_LENGTH()
Return the character set of the argument
Return the first non-NULL argument
Return the collation coercibility value of the string argument
Return the collation of the string argument
Return result as a binary string
Return concatenate with separator
Return concatenated string
Return the connection ID (thread ID) for the connection
Convert numbers between different number bases
Convert from one timezone to another
Cast a value as a certain type
Return the cosine
Return the cotangent
Return the count of a number of different values
Return a count of the number of rows returned
Compute a cyclic redundancy check value
Return the current date
Synonyms for CURDATE()
Synonyms for CURTIME()
865

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents