Alexander Shapovalov
Results
1
issues of
Alexander Shapovalov
CREATE TABLE default.Sum ( id Int32, Total UInt32, -- payment amount *100 ) ENGINE = MergeTree PRIMARY KEY (Clinic_id); INSERT INTO default.Sum (1, 11000); The following query returns the correct...