Code has been added to clipboard!

Present Time With SQL NOW

Example
SELECT Name, Price, Now() AS PerDate
FROM Products;