Community
Participate
Working Groups
Build Identifier: 201109272101 Syntax Replace_statement ::= replace action_target to data_source_expr [usng_or_with_clause | for_clause]; • If the data source type is eglx.persistence.sql.SQLResultSet then no USING or WITH clause is allowed. Reproducible: Always Steps to Reproduce: 1.Create a function 2.replace rec to RS using(12345) 3.There should be an error for can NOT use "USING clause"
Should be a compiler error,
This was fixed when writing the SQL validation code.
verified in 201110262101