mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
fix: subquery alias in RLS (#34374)
This commit is contained in:
@@ -259,13 +259,13 @@ FROM (
|
||||
FROM t1
|
||||
WHERE
|
||||
c1 = 1
|
||||
) AS t1, (
|
||||
) AS "t1", (
|
||||
SELECT
|
||||
*
|
||||
FROM t2
|
||||
WHERE
|
||||
c2 = 2
|
||||
) AS t2
|
||||
) AS "t2"
|
||||
""".strip()
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user