SHOW-TABLES Name Description Example Keywords Best Practice SHOW-TABLES Name SHOW TABLES Description This statement is used to display all tables under the current db g...
Generalized raw string literals Generalized raw string literals Terminal symbols in the grammar: GENERALIZED_STR_LIT, GENERALIZED_TRIPLESTR_LIT. The construct identifier”strin...
SHOW-TRASH Name Description Example Keywords Best Practice SHOW-TRASH Name SHOW TRASH Description This statement is used to view the garbage data footprint within the ba...
ADMIN-CLEAN-TRASH Name Description Example Keywords ADMIN-CLEAN-TRASH Name ADMIN CLEAN TRASH Description This statement is used to clean up garbage data in the backend g...
LINK DATABASE Description example keyword LINK DATABASE Description This statement allows users to link a database of one logical cluster to another logical cluster. A datab...
ALTER TRANSACTION RULE Description Syntax Supplement Example Reserved word Related links ALTER TRANSACTION RULE Description The ALTER TRANSACTION RULE syntax is used to ...
SHOW SQL_PARSER RULE Description Syntax Return Value Description Example Reserved word Related links SHOW SQL_PARSER RULE Description The SHOW SQL_PARSER RULE syntax is ...
SHOW-TYPECAST Name Description Example Keywords Best Practice SHOW-TYPECAST Name SHOW TYPECAST Description View all type cast under the database. If the user specifies a...
alias alias An alias declaration inside a lib declares a C typedef : lib X alias MyInt = Int32 end Now Int32 and MyInt are interchangeable: lib X alia...