I have a MS Sql table already made. Each row has a column called RECORD_DATE which consists of the current date. How should I query to always extract the previous days(yesterdays date) row data on the current day? Also this table is dynamic, it keeps inserting and updating a new row(s) everyday but the date is unique to a particular row.
Asked
Active
Viewed 56 times
-1
-
Here is the example [Click here](https://stackoverflow.com/questions/1503298/sql-statement-to-select-all-rows-from-previous-day) – Suneel Kumar Jun 28 '17 at 11:08