Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sql Null

Selecting Columns That Are Not All Null

So I have a query that looks like this - select case when @subType = 1 or @subType = 2 then id en… Read more Selecting Columns That Are Not All Null

How To Or Null Value In Apache Solr Query?

The last option to solve this for me was to ask StackOverflow. I am trying to create a Solr query t… Read more How To Or Null Value In Apache Solr Query?