Full SQL Support for Code Assistant?

Benjamin L

Member²
Hi Marco,

is it correct that code assistant only works on data based on the data dictionary?
It seems that there is still no full SQL Standard Support.

WITH Clauses don't work for example

WITH DATA AS (
SELECT 1 number_val, 'Test' text_val FROM dual
)
SELECT *
FROM DATA
WHERE data.

"data." don't give any proposals.

Best regards
Benjamin
 
Back
Top