SQLite Forum

I need a little help with UPDATE?
Login
Ok,
I think I am close.
What is the correct code for my update query?

UPDATE t1
SET t1.start_station_name = s.start_station_name
WHERE 
s.start_lat = t1.start_lat 
AND
s.start_lng = t1.start_lng

TX,
David