Added a test just in case

This commit is contained in:
Alexey Milovidov 2019-08-12 00:03:49 +03:00
parent 1cd87078c2
commit e5ff049b91
2 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
SELECT 1 AS a, a + a AS b, b + b AS c, c + c AS d, d + d AS e, e + e AS f, f + f AS g, g + g AS h, h + h AS i, i + i AS j, j + j AS k, k + k AS l, l + l AS m, m + m AS n, n + n AS o, o + o AS p, p + p AS q, q + q AS r, r + r AS s, s + s AS t, t + t AS u, u + u AS v, v + v AS w, w + w AS x, x + x AS y, y + y AS z; -- { serverError 168 }