Comments - Dynamic Columns

8 years, 2 months ago Oleksandr Byelkin

Any expression which can be turned to string can be used as an argument, but each parameter separatly. What you want is parsing some sting for argument which is not function of any SQL function.

COLUMN_ADD("", @key, @value) should work ass well as COLUMN_CREATE(2+4, repeat("X",22))

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.