qb icon indicating copy to clipboard operation
qb copied to clipboard

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

Open Daemach opened this issue 5 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

BTW, I envision .into working like .value() or .values(), taking a table name and and options struct.

Daemach avatar Feb 05 '21 13:02 Daemach