Hi,
I want to update one field of a table. Do I need to put that field in my selection field list? what is the recommended way?
e.g.
Select forupdate field1 from table
where table.field2 == XYZ
is this the right approach to add fields in selection field list for update? like in normal select query? or what?
*This post is locked for comments
I have the same question (0)You can use update statement as the below link