Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2(EOL), 10.3(EOL)
-
None
Description
testcase:
SET @c=1; |
|
WITH RECURSIVE cte AS |
(SELECT 5 |
UNION |
SELECT @c:=@c+1 FROM cte WHERE @c<3) |
SELECT * FROM cte; |
Attachments
Activity
Transition | Time In Source Status | Execution Times |
---|
|
11s | 1 |
|
4d 11h 39m | 1 |
|
78d 3h 59m | 1 |