Fix whitespaces in 01866_view_persist_settings.reference

This commit is contained in:
vdimir 2021-05-22 19:23:56 +03:00
parent 3e9dd96056
commit f61d685ffa
No known key found for this signature in database
GPG Key ID: F57B3E10A21DBB31

View File

@ -2,17 +2,17 @@ SELECT
a,
b,
c
FROM
FROM
(
SELECT *
FROM
FROM
(
SELECT
number + 1 AS a,
number + 11 AS b
FROM numbers(2)
) AS t1
FULL OUTER JOIN
FULL OUTER JOIN
(
SELECT
number + 2 AS a,