SELECT something FROM messurement WHERE time <= (SELECT last(data) FROM messurement)

Hello,

i cant find a way to collect data, where the timestamp is greater than the last value fo an other massurement.

Exists an way to implement this behavior?

(sorry for my bad englisch)

This is pretty tricky in InfluxQL, but you can do it in Flux with conditionals.