Update content

This commit is contained in:
OpenTelekomCloud Proposal Bot 2023-04-20 14:47:32 +00:00 committed by vladimirhasko
parent baaf16be4e
commit dcca8f158b

View File

@ -23,7 +23,7 @@ Use Constraints
- Most of SHOW statements such as SHOW PROFILES and SHOW ERRORS
- 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
- 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).
Permission Levels