Is there a SQL function to expand table?
问题 I vaguely remember there being a function that does this, but I think I may be going crazy. Say I have a datatable, call it table1. It has three columns: column1, column2, column3. The query SELECT * FROM table1 returns all rows/columns from table1. Isn't there some type of EXPAND function that allows me to duplicate that result? For example, if I want to duplicate everything from the SELECT * FROM table1 query three times, I can do something like EXPAND(3) ? 回答1: In BigQuery, I would