Thursday, 19 June 2014

Update the MySQL Query in Safe Mode

SET SQL_SAFE_UPDATES = 0;

No comments:

Google Form using App Script

Create a Google Sheet with the following headers: First Name, Last Name, DoB Create a Google Form with the exact headers as Google Sheet he...