Mysql – Update the table based on the 1st 3 rownum of unique Id
I need your help. I want to create a script to update the flag to 'X' where flag is 'No' and get the first 3 rownum of unique Id. E.g. tablename: TBL_INFO Sample table: ------------------------- ID | FLAG ------------------------- 123…