mindplay-dk / sql

Database framework and query builder
Other
17 stars 6 forks source link

Computed INSERT statements #9

Open mindplay-dk opened 8 years ago

mindplay-dk commented 8 years ago

The UpdateQuery model permits the use of SQL expressions, but the InsertQuery model only allows you to insert literal values.

If we can/should support dynamic INSERT statements, how?

What about INSERT..SELECT statements?