Hacker News new | ask | show | jobs
by babyrainbow 3547 days ago
Can MySQL queries refer to a temporary tables more than once in the same query, yet?
1 comments

This limitation had to be lifted for CTEs to be reused, which is in the same labs release as the JSON functions mentioned here.

I haven't checked yet if it is lifted for CTEs only, or all cases. But CTEs are a replacement for most (all?) uses of temporary tables that I can think of.