Given the following table, is there a way to use a subquery in an insert statement? I need to have the subquery insert a row. The autoincrement field (`id`) is used to set the value of the parentID field in a second row created via the main portion of the query?
↧