mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
no message
This commit is contained in:
parent
475d6ad127
commit
37278240a9
@ -28,6 +28,10 @@ CURRENT_CONNECTION / CURRENT_TRANSACTION (FB 1.5)
|
|||||||
2. NEW.CONN_ID = CURRENT_TRANSACTION;
|
2. NEW.CONN_ID = CURRENT_TRANSACTION;
|
||||||
3. EXECUTE PROCEDURE P_LOGIN(CURRENT_CONNECTION);
|
3. EXECUTE PROCEDURE P_LOGIN(CURRENT_CONNECTION);
|
||||||
|
|
||||||
|
Note(s):
|
||||||
|
These values are stored on the database header page,
|
||||||
|
so they will be reset after a database restore.
|
||||||
|
|
||||||
|
|
||||||
ROW_COUNT (FB 1.5)
|
ROW_COUNT (FB 1.5)
|
||||||
------------------
|
------------------
|
||||||
|
@ -23,7 +23,8 @@ BIGINT (FB 1.5)
|
|||||||
2. CREATE TABLE TABLE1 (FIELD1 BIGINT);
|
2. CREATE TABLE TABLE1 (FIELD1 BIGINT);
|
||||||
|
|
||||||
Note(s):
|
Note(s):
|
||||||
Quote from the SQL-99 specification:
|
1. Available in Dialect 3 only.
|
||||||
|
2. Quote from the SQL-99 specification:
|
||||||
|
|
||||||
SMALLINT, INTEGER, and BIGINT specify the data type exact numeric,
|
SMALLINT, INTEGER, and BIGINT specify the data type exact numeric,
|
||||||
with scale of 0 (zero) and binary or decimal precision. The choice
|
with scale of 0 (zero) and binary or decimal precision. The choice
|
||||||
|
Loading…
Reference in New Issue
Block a user