I am trying to run an update query where actual id looks like 1273106/2 using the following query but running into below error,can anyone help how to fix it?
UPDATE ids.id_submit_table SET picked_bit='1' 
        WHERE (id like '1273106')
Row looks like below
126 1273106/2   AL.BH.1.1.1 SU_CNSS_BT_FM_AL.BH.1.1.1 username  0   0
Error:-
Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column
 To disable safe mode, toggle the option in Preferences -> SQL Queries and reconnect.   0.000 sec
 
     
     
     
     
    