mysql 循环创建列_MySQL在select语句中生成带有循环的列
In MySQL I have a function that takes a number argument and spits out a subset of results from another table, based on that number. Implementation currently looks like:SELECTid,date,function(do stuff ...