I have a table with information in, where multiple lines refer to the same item, each line has a unique identity to it.
I want to insert 2 items from each line into a (temporary) table on one line, and have the new table only have as many columns as i need, so if i need 10 items, it only creates 10 columns, if i have 14 items, it creates 14 columns
possible or not?
I want to insert 2 items from each line into a (temporary) table on one line, and have the new table only have as many columns as i need, so if i need 10 items, it only creates 10 columns, if i have 14 items, it creates 14 columns
possible or not?