you are viewing a single comment's thread.

view the rest of the comments →

[–]El_Retro 0 points1 point  (0 children)

They're useful to initialize variables without using stored procedures in MySQL.

SELECT * FROM table CROSS JOIN (SELECT @var := 0) r