R
Rodrigo Borges
I have 2 tables with the following structure:
tServers:
servername
city
tTimezone
city
time1
time2
I need to build a query that checks if [tServers].servername is like
"*DOWD*" then the field will be populated with [tTimezone].time2
I joined both tables using city... how to do this query?
tServers:
servername
city
tTimezone
city
time1
time2
I need to build a query that checks if [tServers].servername is like
"*DOWD*" then the field will be populated with [tTimezone].time2
I joined both tables using city... how to do this query?