If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
What is the best way to select records from only today's date? There is one column in the table that is a timestamp data type. Need something like:
SELECT * FROM ORDERS WHERE TIMEPLACED = CURRENT_DATE;