Suppose I have a table t1 having same id with following data
ID | Name | Applciation_id | Location
1 | UAT | 123 | USA
1 | TEST | 222 | UK
Now I want to only update name column of the 1st row only(below is the desired o/p)
ID | Name | Applciation_id | Location
1 | DEV | 1 23 | USA
1 | TEST | 222 | UK