Multiple queries in one string?
Hi,
I have this queries:
create context ContextEach1Min initiated by pattern [every timer:interval(1 min)] terminated after 1 min
context ContextEach1Min select last(price), max(price), min(price), ID, priceType, last(timeStamp) from MarketData(ID=1023 OR ID=1024) GROUP BY priceType, ID output snapshot when terminated
is there a way I can send them to engine in one string? like in SQL I put ; after query...
thanx in advance