Hello All , I am working on syclo agentry frontend and oracle as backend . But when i try to write query for complex table then its throwing error like Error 931 : ORA-00931 : missing identifier My query syntax is below : << if rebuild " select (first select query) " " Insert (second insert query) " else " select (first select query) " " Insert (second insert query) " >> When i run first time then if part is working but second time onwards after else its throwing error Error 931 : ORA-00931 : missing identifier But same query is working in MS SQL backend can you suggest ? What are need to change in syntex as oracle backend ? Thanks & Regards, Kunal Varaiya
↧