SQL
x
#SELECT NOW() - (SELECT 89 * 24 * 3600), "%Y%m%d000000");
#(SELECT 89 * 24 * 3600);
select DATE_FORMAT (CURDATE(), "%Y%m%d000000");
SELECT DATE_SUB(CURDATE(), INTERVAL 90 DAY)
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.