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...
type type A type declaration inside a lib declares a kind of C typedef , but stronger: lib X type MyInt = Int32 end Unlike C, Int32 and MyInt are not intercha...
SHOW GRANTS Description example keyword SHOW GRANTS Description This statement is used to view user rights. Grammar: SHOW [ALL] GRANTS [FOR user_identity]; Explain: SHOW...
SHOW CREATE ROUTINE LOAD description example keyword SHOW CREATE ROUTINE LOAD description The statement is used to show the routine load job creation statement of user - ...
SHOW GRANTS Description example keyword SHOW GRANTS Description This statement is used to view user rights. Grammar: SHOW [ALL] GRANTS [FOR user_identity]; Explain: SH...
ADMIN SHOW CONFIG Description example keyword ADMIN SHOW CONFIG Description This statement is used to show the configuration of the current cluster (currently only support...
CHECK MIGRATION Description Syntax Supplement Example Reserved word Related links CHECK MIGRATION Description The CHECK MIGRATION LIST syntax is used to check data consi...
ALTER TRANSACTION RULE Description Syntax Supplement Example Reserved word Related links ALTER TRANSACTION RULE Description The ALTER TRANSACTION RULE syntax is used to ...
SHOW-TABLE-STATUS Name Description Example Keywords Best Practice SHOW-TABLE-STATUS Name SHOW TABLE STATUS Description This statement is used to view some information ab...
DROP-DATABASE Name Description Example Keywords Best Practice DROP-DATABASE Name DOPR DATABASE Description This statement is used to delete the database (database) gramm...