Hi,
I am trying to run this query:
update users set categories in '({1,2,3,4})';
I am getting an incorrect syntax error - i am not too sure what i am doing here.
I am getting an array of numbers like above:
1,2,3,4,5,6
and i need to insert or update a record with this data.
Any ideas or help?
Many thanks in advance,
James