are there any plans to introduce the many new SQL date, string, & numeric functions into OpenROAD? Some of them would be very useful to have built into OR.
And whatever happend to the 'Language Elements' chapter of the LRM, which used to feature such things, which seems to have gone AWOL since we lost the printed versions of the manuals?
are there any plans to introduce the many new SQL date, string, & numeric functions into OpenROAD? Some of them would be very useful to have built into OR.
You can use them in SQL (e.g. within SELECT statements), provided the Ingres version you use supports them. We plan to add them to the 4GL language with a future (OR 6.x) version.
Quote:
And whatever happend to the 'Language Elements' chapter of the LRM, which used to feature such things, which seems to have gone AWOL since we lost the printed versions of the manuals?
I admit that this somehow disappeared. You should open a ServiceDesk issue to open a docu bug for it.
Since :query1 must be an executable sql statement, try putting a print statement in to display exactly what is in that string, and see if you can execute the same thing in the terminal monitor. Do this with your original, apparently the quoting isn't the problem. You need to find out exactly what is being sent to the DBMS server.