ORA-19205: Attribute 'string' qualifies a non-scalar value in the select list
What triggered the Error:
e attribute immediately follows a value of object or collection type in the select list or type definition.What should we do to fix it:
move the '@' sign, or make the previous value a scalar.