Assad Jarrahian <jarraa(at)gmail(dot)com> writes:
> UPDATE userprofiles SET address = ROW(
> ,'','','',,'',,'','','','','','','','','','') where
> username='mooreg3';
> ERROR: syntax error at or near "," at character 41
That first comma is wrong, or else you forgot to put in a value
before it ...
regards, tom lane