This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-11-13 11:04:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
75f1d7b820
ClickHouse
/
dbms
/
tests
/
queries
/
0_stateless
/
00194_identity.sql
Alexey Vasiliev
1c86e582c1
Decreased warning threshold [#MOBMET-3248]
2016-06-07 11:23:15 +03:00
2 lines
36 B
SQL
Raw
Blame
History
SELECT
identity
(
1
AS
a
)
AS
b
,
a
,
b
;
Reference in New Issue
View Git Blame
Copy Permalink