Posted: Tue Dec 11, 2012 11:18 pm Post subject: SUBSTRING Raising Error
Voyager
Joined: 21 Nov 2012 Posts: 98 Location: Chennai
SET lable='MyFlow.HTTPInput';
SET flowName = SUBSTRING(label BEFORE '.');
SET nodeName = SUBSTRING(label AFTER '.');
Error :
Syntax error. Valid options include: || / = >= > <= < - <> + *
AND BETWEEN DAY FROM HOUR IN IS LIKE MINUTE MONTH
NOT OR SECOND YEAR ErrorSubFlow ErrorSubFlowFlow.esql line 25 1356333758843 12758 _________________ Being in a crowd when you are alone is ignorance. Enlightenment is being alone in a crowd; a feeling of oneness in a crowd.
Posted: Wed Dec 12, 2012 12:39 am Post subject: Re: SUBSTRING Raising Error
Grand Master
Joined: 22 May 2008 Posts: 1387 Location: Finland
arunkumar1989 wrote:
Code:
SET lable='MyFlow.HTTPInput';
SET flowName = SUBSTRING(label BEFORE '.');
SET nodeName = SUBSTRING(label AFTER '.');
lable, label ? Maybe you get the syntax error because you are accessing a variable that has not been declared?
Hint: the little yellow warning signs in the left side of the editor window point to places where you may have made typos. The best practice is to make sure that you have none of those.
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