Hi,
I have a problem on deleting data from table with query which where clause use NOT IN. my query is:
but the result just leave only one data row with role_name = 'MOC_PP'.
Could anybody tell me what is the problem with my query?
Sophanna
I have a problem on deleting data from table with query which where clause use NOT IN. my query is:
Code:
DELETE * FROM role WHERE role_name not in ('MOC_PP',' MOC_SR',' MOC_BB')
Could anybody tell me what is the problem with my query?
Sophanna
Comment