09.04.2019, 11:22
I have read that and I have to make a script to do that, but there are other virtual vars I want to create in a specific order.
So probably I could do that with a simple script like this:
db:update( 'objects', 'name_var_1' , '33/1/1' )
db:update( 'objects', 'name_var_2' , '33/1/2' )
db:update( 'objects', 'name_var_Xx' , '33/1/Xx' )
...
Which is the right syntax to do this for the db:update() call ?
Thank you
So probably I could do that with a simple script like this:
db:update( 'objects', 'name_var_1' , '33/1/1' )
db:update( 'objects', 'name_var_2' , '33/1/2' )
db:update( 'objects', 'name_var_Xx' , '33/1/Xx' )
...
Which is the right syntax to do this for the db:update() call ?
Thank you