2 lines
96 B
MySQL
2 lines
96 B
MySQL
|
|
update PARM SET numero=0 where codice='PWD_CRYPT';
|
||
|
|
update USERS set pwd='pio' where id_users=1;
|