Alternative ways to include NULL values in the results while using SQL negation commands(!=In the previous article, we went through How NOT IN works with NULL values. We also learned how we can overcome this restriction. In this…Dec 22, 2020Dec 22, 2020
Read local/remote file from rails consoleOne fine day, I was running a database query to load records of specific id’s using Heroku console. Pasting a large size of id-list into…Jul 7, 20181Jul 7, 20181
How NOT IN works with NULL valuesRecently I faced one issue with NULL value with NOT IN, I have added the details here about what I learned.May 19, 2018May 19, 2018
Improve your development/investigation skills by debuggingDebugging is a craft in which we could improve, but as a tedious factory job that needs to do when you’re a developer. And nobody wants to…Jan 15, 2018Jan 15, 2018
Export data to CSV file from Rails consoleIn one of my project I would like to dump and export some information into a CSV file. I have produced an easy script to do that.Oct 16, 20151Oct 16, 20151