This commit is contained in:
Kruglov Pavel 2024-08-19 20:19:11 +02:00 committed by GitHub
parent 28b0aad3f9
commit 2d998a9f6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,5 +33,3 @@ optimize table test final;
select count(), dynamicType(d) from test group by dynamicType(d) order by count(), dynamicType(d);
drop table test;
select 1;