[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] update queries using [query]
Ok I can't get this to work at all in IC 4.7.5. No errors in error.log,
just nothing happens. selects work just fine.
[loop list="access area cat products country mv_metadata userdb variable"]
[flag type=write table="[loop-code]"]
[/loop]
[tag flag write]country[/tag]
[set mv_data_enable]1[/set]
[query sql="update country set shipmodes = 'TEST' where code =
'US'" table=country]
[/query]