Hello all,
When I use the quiere below, I get a “relation hours does not exist”
ERROR: relation "hours" does not exist
LINE 1: ...e_name,grace_period,start_time,stop_time,sid FROM hours WHER...
SELECT numeric_dow,dow,zone,zone_name,grace_period,start_time,stop_time,sid FROM hours WHERE ( hours.sid = '1000' ) ORDER BY hours.zone;
However, if I run the same quiere using PgAdmin 4, it works fine. Any ideas what the problem may be?
Thanks,
Tim
5 posts - 4 participants