AllowUserVariables Parameter (Connect-MariaDB Cmdlet)
When set to True, user variables (prefixed by an @) can be used in SQL queries.
Syntax
Connect-MariaDB -AllowUserVariables SwitchParameter
Data Type
bool
Default Value
false
Remarks
When set to True, user variables (prefixed by an @) can be used in SQL queries. The default behavior is to treat identifiers prefixed with @ as command parameters.