Context Comments

Please see this documentation page for comprehensive information.

A labs feature to add a SQL comment to the beginning of any outgoing query. This is useful for DB Admins who want to see which user ran which specific query.

This applies to:

  • filter suggestions
  • sql runner
  • explore queries
  • api_queries

Example:

         -- Query Context '{ user_id: 1, history_id: 1 }'
          SELECT my_field
          FROM my_database.my_table
          LIMIT 500
3 9 1,479
9 REPLIES 9
Top Labels in this Space
Top Solution Authors