To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
SQL CourseSQL Course
> Ask questions about the lessons on SQL Course 1 and 2. If you have problems
> with the interface, please post in the Feedback forum
I tried to get out all data from an oracle where the date field is a timestamp.
This does not work because of the time component in SYSDATE:
SELECT * FROM table WHERE timestamp_col = SYSDATE - 1;