Hi everyone,
I'm sure the update statement is well-written but for some reason Oracle sql command line is refusing to execute it.
UPDATE myTable SET country = 'Aus' WHERE username = '"martin"';
// I know you can see single quote and double-quote as well. Well, names were inserted into the table with double-quote ==> as "john"