Created on 01-23-2018 07:59 AM - edited 09-16-2022 05:46 AM
Created 01-23-2018 09:19 AM
You need to put single quotes around your timestamps.
Example) select * from dev_synchrophasor.si_co where `timestamp` between '2017-03-01 00:00:03.00' and '2017-03-01 00:00:10.0'
Hope that helps!
Created 01-23-2018 09:19 AM
You need to put single quotes around your timestamps.
Example) select * from dev_synchrophasor.si_co where `timestamp` between '2017-03-01 00:00:03.00' and '2017-03-01 00:00:10.0'
Hope that helps!
Created 01-23-2018 10:04 AM
Created 01-23-2018 10:04 AM