Sample Header Ad - 728x90

PostgreSQL Select statement produces errors in datagrip but not pgAdmin4

0 votes
2 answers
589 views
I can run the following script without errors in pgadmin4 SELECT * from tbl I have tried the following in datagrip SELECT * from tbl and SELECT * from public.tbl Neither of the above scripts worked. The following error was returned: [2018-05-12 21:16:44] [42P01] ERROR: relation "public.tbl" does not exist [2018-05-12 21:16:44] Position: 15
Asked by Alex (111 rep)
May 13, 2018, 01:23 AM
Last activity: Feb 25, 2020, 04:52 PM