| 12345678 |
- 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
- order by v_time_end desc
- /**
- output()
- **/
- ;
|