I have a relation called 'serviceID', exist in PostgreSQL DB. when I run this code
select * from serviceID ;
I got this error:
ERROR: relation "serviceID" does not exist
why?
I have a relation called 'serviceID', exist in PostgreSQL DB. when I run this code
select * from serviceID ;
I got this error:
ERROR: relation "serviceID" does not exist
why?