Name
typeof() — Return the datatype of a value
Common Usage
typeof( param
)
Description
The typeof()
function returns a text value
indicating the native datatype of
param
. Possible return values include null
, integer
, real
, text
,
and blob
.
See Also
CAST [SQL Expr, Ap
D]