0

Id=100 username=john password=abc123

what is the sql query for updating username and password ??

25th Dec 2017, 8:05 PM
hassan
1 Answer
+ 4
update table_name set username='John', password='abc123' where Id=100;
25th Dec 2017, 10:33 PM
MatĂșĆĄ Semančík
MatĂșĆĄ Semančík - avatar