79615900

Date: 2025-05-10 20:42:11
Score: 0.5
Natty:
Report link

From MySQL documentation https://dev.mysql.com/doc/refman/8.4/en/create-temporary-table.html

       CREATE TEMPORARY TABLE `TempTable` 
          SELECT * FROM ( WHATHEVER, UNION, ETC ) Z ;  
 
       SELECT * FROM `TempTable`;
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Sergio Abreu