Hi all,
I am trying to execute a query like the following and it throws me a SQL901 error which is severe system error and doesnt let me proceed..any suggestions..please...
*********************************************
Select a.A,a.B
from
Table1 a
inner join Table2 b ON
a.x = b.x
nodenumber(b.blah) = current node
where a.time between <start> and <end>
nodenumber(a.blah) = current node;
*********************************************
It throws me an error when i use "nodenumber" in the Join and it works fine when i use "nodenumber" in Where clause;
ANY Suggestions Please..
thanks in advance
Logic4fun
I am trying to execute a query like the following and it throws me a SQL901 error which is severe system error and doesnt let me proceed..any suggestions..please...
*********************************************
Select a.A,a.B
from
Table1 a
inner join Table2 b ON
a.x = b.x
nodenumber(b.blah) = current node
where a.time between <start> and <end>
nodenumber(a.blah) = current node;
*********************************************
It throws me an error when i use "nodenumber" in the Join and it works fine when i use "nodenumber" in Where clause;
ANY Suggestions Please..
thanks in advance
Logic4fun