You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print'updating between'+start_datum+' AND '+end_datum
try:
sql='UPDATE mlab.glasnost L, maxmind.'+table+' M SET L.locId = M.locId WHERE L.longip BETWEEN M.startIpNum AND M.endIpNum AND L.date BETWEEN "'+start_datum+'" AND "'+end_datum+'" AND L.locId = 0'