select_systemvariable_syntax.rst 354 B

12345678910111213
  1. .. _select_systemvariable_syntax:
  2. SELECT @@system_variable syntax
  3. --------------------------------
  4. ::
  5. SELECT @@system_variable [LIMIT [offset,] row_count]
  6. This is currently a placeholder query that does nothing and reports
  7. success. That is in order to keep compatibility with frameworks and
  8. connectors that automatically execute this statement.