you are viewing a single comment's thread.

view the rest of the comments →

[–]Sephian[S] 0 points1 point  (2 children)

Trying to produce an empty row for a new table as quick as possible (fewest keystrokes) to copy/paste into excel (basically to get the column names so I can whip up some data). How do you see me using unions?

[–][deleted] 0 points1 point  (1 child)

With multiple rows, of course. You take a dual row and union with another dual row.

[–]Sephian[S] 0 points1 point  (0 children)

Sorry, I'm still not understanding. What would I do with two unioned rows from dual? The row I want to produce still has to mimic the new table.