Update content
This commit is contained in:
parent
baaf16be4e
commit
dcca8f158b
@ -23,7 +23,7 @@ Use Constraints
|
|||||||
- Most of SHOW statements such as SHOW PROFILES and SHOW ERRORS
|
- Most of SHOW statements such as SHOW PROFILES and SHOW ERRORS
|
||||||
- Table maintenance statements, including ANALYZE, CHECK, CHECKSUM, OPTIMIZE, and REPAIR TABLE
|
- Table maintenance statements, including ANALYZE, CHECK, CHECKSUM, OPTIMIZE, and REPAIR TABLE
|
||||||
- Statements for assigning a value to or querying variable **session**, for example, set @rowid=0;select @rowid:=@rowid+1,id from user
|
- Statements for assigning a value to or querying variable **session**, for example, set @rowid=0;select @rowid:=@rowid+1,id from user
|
||||||
- SQL statements that use -- or ``/*...*/`` to comment out a single line or multiple lines of code
|
- SQL statements that use -- or /*...*/ to comment out a single line or multiple lines of code
|
||||||
- The result of the REPEAT function contains a maximum of 1,000,000 characters (in version 3.0.9 or later).
|
- The result of the REPEAT function contains a maximum of 1,000,000 characters (in version 3.0.9 or later).
|
||||||
|
|
||||||
Permission Levels
|
Permission Levels
|
||||||
|
Loading…
x
Reference in New Issue
Block a user