SQL SELECT Nth Record
Transact-SQL (TSQL) Quick Tips – SQL SELECT Nth Record I recently needed to compare two month end data snapshots. The data was organized in a historical table with monthly datasets, dating back several years. The specific need was to query changes between the previous dataset and the most recent. The task itself isn’t difficult. What … Read more