mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
Misc.
This commit is contained in:
parent
2d6898735d
commit
fe757d1562
@ -75,7 +75,7 @@ Format:
|
||||
|
||||
Notes:
|
||||
1) Returns 0 if the string is empty.
|
||||
2) Throw error if the first character is multi-byte.
|
||||
2) Throws error if the first character is multi-byte.
|
||||
|
||||
Example:
|
||||
select ascii_val(x) from y;
|
||||
@ -769,4 +769,4 @@ Format:
|
||||
|
||||
Example:
|
||||
1) select trunc(x) from y;
|
||||
2) select trunc(-2.8), floor(2.8) from rdb$database; -- returns -2, 2
|
||||
2) select trunc(-2.8), trunc(2.8) from rdb$database; -- returns -2, 2
|
||||
|
Loading…
Reference in New Issue
Block a user