I have a table where each row contains a single day's pricing information. The table has one row per "price date", going back to May of 2002.
Example:
UNIQUE_ID, TICKER, NAME, PRICE_DATE, PRICE
A1234, TICKER1, Company 1, 5/5/2007, 12.5523423
A1235, TICKER2, Company 2, 5/31/2007, 1423.2342
I...
I have a table where each row contains a single day's pricing information. The table has one row per "price date", going back to May of 2002.
I am trying to figure a way to select the row of the final "price date" of every month. The problem is that the final price is not always on the last...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.