Forum Discussion

mdalton's avatar
mdalton
Helper I
3 years ago
Solved

Access (SQL Query) to Power BI Join

Given tables A, B, C, D, and E where the column names (variables) are numeric (1,2,3,...), I have the following in Access: SELECT A.1, B.2, A.3, A.4, C.5, A.6, D.7, A.8, E.9,..., A.30 FROM (((A LEF...