开发者

How can I use temp table when creating view?

MySQL 开发者_C百科doesn't allow temp table when creating a view, is there any work around for that?


Maybe you could use a permanent table with ENGINE=MEMORY as a halfway house. Just remember to truncate it when you are done working with it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜