문제

In most sql databases I have seen you can do something like:

SELECT ABS(-2.4) 

and I get back 2.4. Notice there is no FROM clause.

When I try to do this in OpenEdge via Squirrel and the JDBC driver I get a syntax error. Is there a way to run SELECT statements like this (sans FROM clause) via JDBC?

도움이 되었습니까?

해결책

Single row/column Dual equivalent; SYSPROGRESS.SYSCALCTABLE

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top