Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.

scope

Function

Description

return the scope.

Plugin

Description

The scope plugin returns the current scope as a single row.

The main use for this plugin is as a NOOP plugin in those cases we don’t want to actually run anything.

Example

SELECT 1+1 As Two FROM scope()