middleoffice
MIS
We have a table with data consisting of multiple dates with different data for each date (e.g. cusip). We would like to be able to select the date that is equal to or closest to (without being greater than) our input date. Should we use a "do while" loop? Or is there an SQL statement that would work? Please help!