![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I get an error when I run this one, Im new to postgresql and think that this syntax used to work on ms sql...could be wrong, been a while. any suggested corrections?? *thanks in advance UPDATE ifservices SET notify = 'F' WHERE id IN * ( SELECT * * *F.id FROM * * *ifservices as F, * * *node, * * *service, * * *categories, * * *category_node WHERE * * *F.serviceid = service.serviceid AND * * *node.nodeid = F.nodeid AND * * *categories.categoryid = category_node.categoryid AND * * *category_node.nodeid = node.nodeid AND * * *categories.categoryname = 'Switches' AND * * *(service.servicename = 'SSH' OR * * *service.servicename = 'HTTP') ); ERROR IS: : ERROR: *column "ifservices" of relation "ifservices" does not exist |
![]() |
| Thread Tools | |
| Display Modes | |
| |