FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
APIJSON-Demo/ClickHouse/single/sys_Test.sql at master · APIJSON/APIJSON-Demo · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
APIJSON
/
APIJSON-Demo
Public
Notifications
You must be signed in to change notification settings
Fork
279
Star
473
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
APIJSON-Demo
/
ClickHouse
/
single
/
sys_Test.sql
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (11 loc) · 352 Bytes
Breadcrumbs
APIJSON-Demo
/
ClickHouse
/
single
/
sys_Test.sql
Copy path
File metadata and controls
13 lines (11 loc) · 352 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
--
--
Table structure for table `Test`
--
DROP
TABLE
IF EXISTS
`
Test
`
;
CREATE
TABLE
`
Test
` (
`
id
`
UInt64
)ENGINE
=
MergeTree
PRIMARY KEY
id COMMENT
'
测试及验证用的表,可以用 SELECT condition替代 SELECT * FROM Test WHERE condition,这样就不需要这张表了
'
;
--
--
Dumping data for table `Test`
--
INSERT INTO
`
Test
`
VALUES
(
1
);
Back
|
FazBrowse Home
|
New Git URL