Does Dameng have an equivalent to Oracle's DBMS_ASSERT.QUALIFIED_SQL_NAME() for SQL name validation?

22 views Asked by At

In Oracle, the function DBMS_ASSERT.QUALIFIED_SQL_NAME() is used to verify whether the input string is a legal SQL name, which helps prevent SQL injection. Is there a similar function in Dameng(A Chinese database)?

Find a function in Dameng similar to the DBMS_ASSERT.QUALIFIED_SQL_NAME() function in Oracle.

0

There are 0 answers