This doesn\'t work:
INSERT INTO users (username, password) VALUES (\"Jack\",\"123\") WHERE id=\'1\';
Any ideas how to narrow insertion to a
For Empty row how we can insert values on where clause
Try this
UPDATE table_name SET username="",password="" WHERE id =""