user3776949
user3776949

Reputation: 237

How to 'create temp table as select' in Slick?

Is there any way to create a temp table from a select statement in Slick without using a plain sql query? I looked through the docs and was unable to find how to create a temp table, so I'm not sure if it's possible.

Upvotes: 2

Views: 1222

Answers (1)

triggerNZ
triggerNZ

Reputation: 4771

It appears that this is not supported yet. Slick's github shows it as an open issue:

https://github.com/slick/slick/issues/799

Upvotes: 1

Related Questions