You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: ProgrammingError
(psycopg2.errors.UndefinedTable) relation "public.googleanalytics" does not exist
LINE 1: select * from public.GoogleAnalytics limit 100
^
[SQL: select * from public.GoogleAnalytics limit 100]
(Background on this error at: http://sqlalche.me/e/14/f405)
It has to be select * from public."GoogleAnalytics"
table and column names are case sensitive in postgresql
The text was updated successfully, but these errors were encountered:
Error: ProgrammingError
(psycopg2.errors.UndefinedTable) relation "public.googleanalytics" does not exist
LINE 1: select * from public.GoogleAnalytics limit 100
^
[SQL: select * from public.GoogleAnalytics limit 100]
(Background on this error at: http://sqlalche.me/e/14/f405)
It has to be select * from public."GoogleAnalytics"
table and column names are case sensitive in postgresql
The text was updated successfully, but these errors were encountered: