1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||
|
UPDATE ic_resi_user |
||||
|
SET SUB_STATUS = '01' |
||||
|
WHERE |
||||
|
DEL_FLAG = '0' |
||||
|
AND `STATUS` = '0' |
||||
|
AND (SUB_STATUS = '' OR SUB_STATUS IS NULL); |
Loading…
Reference in new issue