Update table versus column heading

DLGL

Member²
Hi,

Is it a problem or it's me ? :-)

Here is the select:

SELECT T.FIELD1,
T.FIELD2 NEW_NAME,
T.FIELD3 ,
T.ROWID
FROM TABLE_T T

In that situation, I am able to update the FIELD3, but I am unable to update the FIELD2 named NEW_NAME ?

Thanks !
 
Back
Top