|
|
|
สอบถาม การวนตรวจสอบข้อมูลในทางขวามือ ตามคอลัมภ์ เพื่อนำค่าที่ได้มาคำนวนระยะเวลาการใช้งาน |
|
|
|
|
|
|
|
Code (SQL)
select m.t_now,
(
select concat( date , ' ', right( concat('0', time), 8)) from tablename
where concat( date , ' ', right( concat('0', time), 8)) > m.t_now
and `before` = 'run'
order by concat( date , ' ', right( concat('0', time), 8))
limit 1
) t_bef
from (
select concat( date , ' ', right( concat('0', time), 8)) as t_now
) m where `now` = 'run'
ส่วน การหาระยะห่าง ลองค้นดูในเนต
|
ประวัติการแก้ไข 2022-06-10 17:06:44 2022-06-10 17:08:16
|
|
|
|
Date :
2022-06-10 17:06:00 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|