AllowUserVariables
Determines whether user-defined variables (prefixed by an $) can be used in SQL queries executed through the connection.
データ型
bool
デフォルト値
false
解説
When set to 'true', user variables (prefixed by an $) can be used in SQL queries. By default, identifiers prefixed with $ are treated as command parameters rather than user-defined variables.