Stupid Coding Tricks: The T-SQL Mandelbrot – The Daily WTF
“So I was bored at work one day,” Graeme Job explains, “and wondered, what’s the most useless thing I could do with my time without actually doing anything. Then it hit me. I could use T-SQL to generate… Mandelbrot.”
Graeme continued, “Following is a single T-SQL SELECT statement that generates a text-representation of a Mandelbrot Set. The results are best viewed in text-mode.”
Something only Face could likely enjoy…
yes…and if I actually had a SQL Server around I would have run the code just to watch.
Amusing, but not enough for me to try it in MySQL