I want to insert a JS array through SQL through with GUI SQL mode. But I got "malformed array literal". What I suppose to do?
Is the field type in the database an array?
Yes, it is text[]
OK so you would have to remove the quotes from the array you are trying to insert....
My array does not contain quotes