| 12345678910111213141516 |
- 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/ccc
- order by v_time_end desc
- /**
- output()
- **/
- ;
- {
- "sql": "select v_varchar, v_date as s_date, cast(v_date as int), v_time_start, v_time_end from /oktest/ccc order by v_time_end desc"
- }
- /**
- output()
- **/
- ;
|