qb icon indicating copy to clipboard operation
qb copied to clipboard

Please add .into() (SELECT * INTO #table)

Open Daemach opened this issue 4 years ago • 1 comments

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.

Daemach avatar Feb 05 '21 12:02 Daemach