Hello @gazzat5,
Can you please try running SHOW MEASUREMENTS to verify that you have data under that measurement?
If you see it listed,
Can you then please try SELECT * FROM <MyMeasurement> LIMIT 2? maybe something odd is happening with the timestamps.
I found my mistake. I should have been using the measurements in the from field as per the API. Been a while since I’ve used SQL so I forgot the format was for from to be the table not the database!