### Description Support a statement like this one: ```sql INSERT INTO x_table SELECT pgdog.unique_id(), 1, 'test';` ``` The `SELECT` clause must not reference any tables, since that'll require multi-step execution (on the TODO list).