Showing posts with label ifnull. Show all posts
Showing posts with label ifnull. Show all posts

Sunday, May 10, 2015

SQL queries with optional WHERE parameters

There may be at some point a need to filter data based on some user input, which may or may not be available at application run-time. This is what we'll discuss in this post, in the context of SQL queries.