Hi,
i get 'ORA-22818: subquery expressions not allowed here' when i try the following query:
I'm totally new in sql and don't know how to solve it. :confused: Thx for help.
Printable View
Hi,
i get 'ORA-22818: subquery expressions not allowed here' when i try the following query:
I'm totally new in sql and don't know how to solve it. :confused: Thx for help.
the query:
addDefaultValue columnName="CONSTANT_EVENT_TYPE_REF" tableName="TB_INVOICE_CYCLE" defaultValueComputed="(SELECT autoid FROM tb_constants c WHERE c.id='1' AND c.constant_type_ref=(select autoid FROM tb_constant_types WHERE id ='EVENT_TYPE'))"