Comments - Dynamic Columns

10 years ago Junyoung Kim

'color=blue' should be modified to 'color=black' or change 'black' to 'blue' in the sample query.

Insert another row with dynamic columns: color=blue(->black), price=500

insert into assets values ('Thinkpad Laptop', COLUMN_CREATE('color', 'black', 'price', 500));

 
8 years, 11 months ago Daniel Black

corrected

 
9 years, 12 months ago Ian Gilfillan

Everything seems to be fine with the example, was this perhaps a typo on your side?

 
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.