MySQL: Operation on current line and other lines
I have a table that contains this (HIght value, LOw value data according to a DatetTime): mysql> select dt, hi, lo from mytable where dt >='2022-10-03 09:20:00' limit 20; +---------------------+--------+--------+ | dt | hi | lo | +---------------------+--------+--------+ | 2022-10-03…