[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/APIJSON/APIJSON-Demo/master/ClickHouse/single/sys_Test.sql [Back]  [Original]

--
-- 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);

Web Proxy Viewer  |  New URL  |  Original Page