i have a table whose name is like. But whenever i have to select data from like, i was getting this error, i figured it out public.like..but when i try to join two tables i get this error i also use public prefix but it throws even if it is saying column like.takerid does not exist , then why it
Tag: quoted-identifier
Cannot simply use PostgreSQL table name (“relation does not exist”)
I’m trying to run the following PHP script to do a simple database query: This produces the following error: Query failed: ERROR: relation “sf_bands” does not exist In all the examples I can find where someone gets an error stating the relation does not exist, it’s because they use uppercase letters in their table name. My table name does not