I'm trying to get better aquainted with conditional sql statements, using variables, loops, and all that other junk. (This is MSSQL 2000 by the way)<BR><BR>My test is that I want to try to cycle thru ...
I have a table that has 2 fields, postDate, and postTime.<BR><BR>I want to select all the the records where<BR><BR>1. the current date is later than the post date.<BR>2. The post time is later than ...