13search.mql 168 B

123456789101112
  1. select * from /test/datetime where v_date = '2019-10-20'
  2. /**
  3. count(1)
  4. **/
  5. ;
  6. select * from /test/datetime where v_timestamp = '2019-10-20 23:59:59'
  7. /**
  8. count(1)
  9. **/
  10. ;