How can I query all rows that are currently before data specified in one column in table?
Posted
by newbie
on Stack Overflow
See other posts from Stack Overflow
or by newbie
Published on 2010-05-31T05:58:07Z
Indexed on
2010/05/31
6:02 UTC
Read the original article
Hit count: 144
I need to get all rows tha are valid, ValidDate is column that shows how long these database items are valid. I need to get only valid items from the database. How can I do that? I use SQL Server.
© Stack Overflow or respective owner