R
Rodrigo Borges
I have 2 tables (tServers and tTimezone) with the following structure:
tServers:
servername
city
tTimezone:
city
time1
time2
My query need to check with [tServers].servername is like "*DOWD*" and
return a field "time" populating with [tTimezone].time2. I joined both tables
using city.
tServers:
servername
city
tTimezone:
city
time1
time2
My query need to check with [tServers].servername is like "*DOWD*" and
return a field "time" populating with [tTimezone].time2. I joined both tables
using city.