Is there a way to use the Now() function in SQL to select values with today\'s date?
Now()
I was under the impression Now() would contain the ti
You can try:
WHERE created_date BETWEEN CURRENT_TIMESTAMP-180 AND CURRENT_TIMESTAMP