Merge pull request #25847 from feiyx/patch-1

create data_type_families.md
This commit is contained in:
Maksim Kita 2021-06-30 11:03:21 +03:00 committed by GitHub
commit bba184a432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ machine_translated_rev: 5decc73b5dc60054f19087d3690c4eb99446a6c3
**示例**
``` sql
SELECT * FROM system.data_type_families WHERE alias_to = 'String'
SELECT * FROM system.data_type_families WHERE alias_to = 'String';
```
``` text