Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Draft saved
Draft discarded

Required fields are marked with *

Cancel
2
  • here I found solution stackoverflow.com/a/7588442/612987 Commented Jan 13, 2018 at 16:42
  • I had luck prefixing my select query with "create temporary table temp " then getting the result from a second query "select * from temp" and then a final query to clean up "drop table if exists temp". If this merits any rep, maybe I'll get enough to make this an answer. Commented Jan 16, 2021 at 7:51

lang-sql