试图在Memsql中创建临时表:
Create temporary table ppl_in_grp as
select pid from h_groupings where dt= '2014-10-05' and location = 'Seattle'
出现此错误:功能' TEMPORARY表' MemSQL不支持。
我可以使用任何等价吗?谢谢!
答案 0 :(得分:0)
临时表肯定在路线图上。现在,使用MemSQL 4,您可以创建一个常规表并在会话结束时进行清理,或者使用子查询。