D DLGL Member² Oct 18, 2012 #1 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 !
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 !
Theod Member³ Oct 19, 2012 #1 Hi, you can update the column in the resultgrid onyl without using an alias.