Posted: Tue Feb 10, 2015 3:45 pm Post subject: ESQL Variable Substitution
Centurion
Joined: 15 Apr 2014 Posts: 118
I'm having trouble locating the correct syntax to substitute the 5 in this line of ESQL with an external variable. I can't just put the variable name in place of the 5, and the {curly_brace} trick doesn't work here.
Code:
CREATE LASTCHILD OF n NAME 'StartTime' VALUE CURRENT_TIME + INTERVAL '5' MINUTE;
Posted: Tue Feb 10, 2015 10:32 pm Post subject: Re: ESQL Variable Substitution
Grand Master
Joined: 25 Jun 2008 Posts: 1415
Dave Ziegler wrote:
I'm having trouble locating the correct syntax to substitute the 5 in this line of ESQL with an external variable. I can't just put the variable name in place of the 5, and the {curly_brace} trick doesn't work here.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum