UPDATE tables
SET properties
= ‘{“number_of_partitions”: “16”,“enabled_full_index_table”: “false”}’
WHERE
id
IN (SELECT id FROM( SELECT id FROM tables
WHERE locate( ‘enabled_full_index_table’, properties )= 0 ) as t)
UPDATE tables
SET properties
= ‘{“number_of_partitions”: “16”,“enabled_full_index_table”: “false”}’
WHERE
id
IN (SELECT id FROM( SELECT id FROM tables
WHERE locate( ‘enabled_full_index_table’, properties )= 0 ) as t)