[Pldoc-chat] select ... where ... between ... and ...
Status: Alpha
Brought to you by:
altumano
From: Johan A. <jo...@al...> - 2008-09-30 23:17:40
|
Hi First out I am not sure if anyone is still using this mailing list. I have just started looking at PLDoc (for Oracle Applications-based PL/ SQL) and found that there were quite a few [PL/]SQL constructs it would not accept. I have managed to get PLDoc (the parser built by jacc, that is) to accept varchar2(200 BYTES) and select a AS b from dual I have also managed to get it to parse a subset of ANSI joins. I am now struggling to get it to accept BETWEEN expressions in WHERE clauses. Has anyone had the same problem and manage to solve this? -Johan |