I need to update one field in one table where the ID matches. I just cant get he syntax right! This is what I have below:
SELECT id_col from Table1 (INSERT INTO Table1 (`Date`) VALUES (`2013-10-07`) WHERE `id_col`=`7949`);
I am sure it is something simple I am missing .