ERROR: zero-length delimited identifier at or near “””” LINE 1: DELETE FROM “regions” WHERE “regions”.”” = $1

You want single quotes not double quotes around empty strings, double quotes make delimited identifiers, and “” isn’t a meaningful identifier.

try:

WHERE 'regions'.'' = $1

or at least:

WHERE "regions".'' = $1

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)