ClickHouse/tests/queries/0_stateless/00194_identity.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
36 B
MySQL
Raw Normal View History

SELECT identity(1 AS a) AS b, a, b;