↧
How To query contiguous data ranges – SQL Server
Often times we are confronted with problems that seem very easy to start with but once you get your teeth into it, you realise it wasn’t as easy as initially thought. In this blog, I am attempting to...
View ArticleHow To query contiguous data ranges – Oracle
I recently presented a way of querying contiguous data ranges using SQL Server In this post I am going to tackle the same problem but solving it in Oracle instead. Often times we are confronted with...
View ArticleSQL Server Comma Delimited to table
One of the frequently asked questions in a lot of SQL Server forums is how to handle a comma-delimited value passed as a parameter in a stored procedure. To better illustrate the question, let’s say...
View Article