096.timeout.mql 298 B

1234567891011121314151617
  1. select share_core_data.time('2025-03-12 00:00:00','2025-03-12 00:01:00')
  2. from /dsq_stock2/public_company2 where id = 'public_company:301617'
  3. /**
  4. output()
  5. **/
  6. ;
  7. select share_core_data.date('2025-03-11')
  8. from /dsq_stock2/public_company2 where id = 'public_company:301617'
  9. /**
  10. output()
  11. **/
  12. ;