1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-02-08 20:00:14 +02:00

10 lines
138 B
Plaintext
Raw Normal View History

SELECT
1 AS Field
INTO T
;
////////////////////////////////////////////////////////////////////////////////
SELECT
T.Field
FROM
T AS T