Forum Discussion
derumiya
3 years agoNew Member
CROSS JOIN two column ... row by row
subject title is mis-leading but here is what I would like to achieve I have table like this; would like to convert to; any idea? thanks
- 3 years ago
Hi derumiya
Split the column by Delimiter, a comma,
and split into rows for each occurrence of a comma
Result
regards
Phil
PhilipTreacy
Super User
3 years agoHi derumiya
Split the column by Delimiter, a comma,
and split into rows for each occurrence of a comma
Result
regards
Phil
- derumiya3 years agoNew Member
great! thank you so much