I ran into a problem and was trying to find a general solution to it as a join.
I have 2 tables :
http://pastebin.com/q5yws5Ym (not sure how to enforce the styling)
And i want to generate something like
http://pastebin.com/GscBUrYS
(while there are more parameters i’m interested in how i would do it for something like this)
While i was able to reach a similar effect with self-joins and equi-joins it would generate a lot of unneeded rows, which i’m not sure how to delete automatically.
Try something along the lines of:
It may be possible that you will need some more “exclusion” clauses for the where to make sure that every row is only selected once but the general idea should work (for a given and limited number of different user_param`s).