[SOLVED] Â Updating a date field to current date |
9/17/2013 5:22:11 PM |
PHPRunner General questions | |
G
g_parry author
I know I'm going to look stupid in the end but I've been trying to make this work for two weeks now. I have a field - Printed_date formatted as a date in MySQL that I am updating to the current date when the record is exported. It's a simple query - |
|
C
|
cgphp 9/17/2013 |
Where is the table name you want to update? The SQL syntax for UPDATE is: UPDATE table_name
|
G
|
g_parry author 9/17/2013 |
Where is the table name you want to update? The SQL syntax for UPDATE is: UPDATE table_name
|