4 ms·
Very nice! Did you consider making this a view instead? Just curious if there is a reason why you couldn't.
by netcraft 10mo ago
Very nice!
Did you consider making this a view instead? Just curious if there is a reason why you couldn't.
- singron 10mo agoI'm not the author, but I think you could by using UNION ALL instead of temp tables. You could also make a view that just calls this function. I'm not sure why it would matter though.