WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: Multiple queries in one string?

Re: Multiple queries in one string?

by Thomas Bernhardt :: Rate this Message:

| View in Thread

The deployment admin API handles multiple statements in one string, see http://esper.codehaus.org/esper-4.5.0/doc/reference/en/html/devlifecycle.html#devlifecycle-admin

Best regards,
Tom

From: feci <tomas.fecko@...>
To: user@...
Sent: Wednesday, April 11, 2012 11:06 AM
Subject: [esper-user] 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
--
View this message in context: http://old.nabble.com/Multiple-queries-in-one-string--tp33669320p33669320.html
Sent from the Esper User list mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email




 « Return to Thread: Multiple queries in one string?