SHOW SESSION#
Примечание
Ниже приведена оригинальная документация Trino. Скоро мы ее переведем на русский язык и дополним полезными примерами.
Синтаксис#
SHOW SESSION [ LIKE pattern ]
Описание#
List the current session properties.
Specify a pattern in the optional LIKE
clause to
filter the results to the desired subset. For example, the following query
allows you to find session properties that begin with query
:
SHOW SESSION LIKE 'query%'