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