Login
Roast topics
Find topics
Find it!
From:
Reflections
(Uncensored)
subscribe
How to write DRY SQL in MySQL – Part 2: Stored Procedure Hacks – Reflections
https://blog.gruffdavies.com/2014/08/30/how-to-write-dry-sql-in-mysql-part-2-stored-procedure-hacks/
links
backlinks
Tagged with:
tech
mysql
hacks
views
dry
stored procedures
stored functions
Roast topics
Find topics
Roast it!
In Part 1 we looked at using VIEWS to keep our SQL DRY. Unfortunately, there are cases when VIEWS are either not allowed or perform terribly and can’t be optimised. Stored Procedures are, of…