...X2, X3, X4
----------------------------
1: 1, a, b, c, d
2: 2, q,"","Blah",k
3: 3, f,"","",""
Is it possible for a query to select 1 row with * from table X and also fill 4 additional character fields; X1, X2, X3, and X4 based on options listed in the Variation table?
If this query is...