qb
qb copied to clipboard
Please add .into() (SELECT * INTO #table)
I'm using temp tables quite a bit to improve performance. It's a shame to have to drop back to queryExecute for this. It seems trivial to add an .into() function that would take a table name to generate the "select ... into ... from" sql.