Normal
I take your SQL challenge and shall apply myself to working out the syntax.something like [quickly googles] UPDATE table1 SET column1='Value2' WHERE column1='Value1'; Now I just gotta work out what the column names are, the table name, the utility to allow me to modify a database, and the initial syntax for opening the db! Progress:table is 'local_episodes' and column is 'DateWatched'
I take your SQL challenge and shall apply myself to working out the syntax.
something like [quickly googles]
UPDATE table1 SET column1='Value2' WHERE column1='Value1';
Now I just gotta work out what the column names are, the table name, the utility to allow me to modify a database, and the initial syntax for opening the db!
Progress:table is 'local_episodes' and column is 'DateWatched'