November 29, 2017

Pass Comma Separated Values as a Parameter to an SQL Stored Procedure

There will be times when you need to pass a list of values as a singular parameter to an SQL Stored Procedure. Problem is: SQL doesn’t support this. You will need to create a separate function to split the input (the supplied) string and then pass it to the desired

Limiting the Rows Returned in MySQL

There are many times when you are running on low memory and want to limit the data in your transactions. Especially, when you are sure that you don’t need all the records matching your query, you can have criteria set. Still, there could be plenty of them returned and you