Getting this on postgres:
syntax error at or near ""user""
For the following:
insert into "user" ("id", "email") values ('1', '[email protected]') on conflict do update "user" set "id" = '1', "email" = '[email protected]'
Been playing with it for a while, not sure where the syntax error is. Thank you for your help.