You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
insert into test.a select id, name from test.b where ast='1'
union all
( with T1 AS (select f.no, f.name from test.f f), T2 AS (select c.no, c.name from test.c c)
select T1.no, T2.name from T1 T1, T2 T2 where T1.no = T2.no)
union all
( with T3 AS (select f.no, f.name from test.ff f), T4 AS (select c.no, c.name from test.cc c)
select T3.no, T4.name from T3 T3, T4 T4 where T3.no = T4.no )
Database Type
MySql
Database Version
Mysql
Druid Version
1.2.18
JDK Version
OpenJDK 8
Error SQL
insert into test.a select id, name from test.b where ast='1'
union all
( with T1 AS (select f.no, f.name from test.f f), T2 AS (select c.no, c.name from test.c c)
select T1.no, T2.name from T1 T1, T2 T2 where T1.no = T2.no)
union all
( with T3 AS (select f.no, f.name from test.ff f), T4 AS (select c.no, c.name from test.cc c)
select T3.no, T4.name from T3 T3, T4 T4 where T3.no = T4.no )
Testcase Code
Stacktrace Info
No response
Error Info
No response
The text was updated successfully, but these errors were encountered: