R
Rodrigo Borges
I have 2 tables with the following structure:
tServers:
servername
city
tTimezone
city
time1
time2
My query needs to check if [tServers].servername is like "*DOW*" and return
[tTimezone].time1. I have more conditions to do.. I joined both tables using
city.
tServers:
servername
city
tTimezone
city
time1
time2
My query needs to check if [tServers].servername is like "*DOW*" and return
[tTimezone].time1. I have more conditions to do.. I joined both tables using
city.