3.check.mql 276 B

12345678
  1. select v_varchar, v_date, v_time_start as "o_time_start", v_time_end as "o_time_end", dateformat(v_time_start,'yyyy-MM-dd HH:mm:ss') as "v_time_start", dateformat(v_time_end,'yyyy-MM-dd HH:mm:ss') as "v_time_end" from /oktest/bbb
  2. order by v_time_end desc
  3. /**
  4. output()
  5. **/
  6. ;