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

拟墨画扇 提交于 2019-12-11 03:17:46

问题


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.


回答1:


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

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



来源:https://stackoverflow.com/questions/29981529/how-to-create-temp-table-as-select-in-slick

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!