R
Rodrigo Borges
I have 2 tables with a common field "server".
Table A has the following fields:
server
status
comment
I need to create a query based on "status" on table A:
If status = NOK then I need to check if servername (tableA) is in servername
(tableB)
How to do that?
Table A has the following fields:
server
status
comment
I need to create a query based on "status" on table A:
If status = NOK then I need to check if servername (tableA) is in servername
(tableB)
How to do that?