Partial fetched SELECT statement result and UPDATE (1 reply)
(MySQL.com) Hi!
I'm had two mysql connections. Using first I'm select some data:
SELECT time, value FROM 'my_table' WHERE time <= 1268409464 AND time >= 0 ORDER BY time LIMIT 86400
Using second connection I'm trying to change given row value like
U