FizzBuzz in MySQL Using Stored Procedures
https://medium.com/@judedutton/fizzbuzz-in-mysql-using-stored-procedures-a097f7ca337b
FizzBuzz is a common coding challenge that deals mainly with branch/conditional logic and, depending on the language, data type manipulation. The general idea is this: Given a series of concurrent integer values (i.e. 1–100), print out all of the numbers adhering to the following conditions.
Given the numbers 1–15 the output (as a comma separated list) would look something like this: