Currently I add multiple queries like this: SELECT sensor_id, time, measure_value::double FROM "sensordb"."mytable" WHERE sensor_id = '28-011921d74ee8' AND "measure_value::varchar" IS NULL
…
How can I draw multiple lines with only one sql statement? (Is this possible with AWS Timestream?)