Help wanted!

The following content of this documentation page has been machine-translated. But unlike other websites, it is not done on the fly. This translated text lives on GitHub repository alongside main ClickHouse codebase and waits for fellow native speakers to make it more human-readable. You can also use the original English version as a reference.

Help ClickHouse documentation by editing this page

系统。贡献者

包含有关贡献者的信息。 该顺序在查询执行时是随机的。

列:

  • name (String) — Contributor (author) name from git log.

示例

  1. SELECT * FROM system.contributors LIMIT 10
  1. ┌─name─────────────┐
  2. Olga Khvostikova
  3. Max Vetrov
  4. LiuYangkuan
  5. svladykin
  6. zamulla
  7. Šimon Podlipský
  8. BayoNet
  9. Ilya Khomutov
  10. Amy Krishnevsky
  11. Loud_Scream
  12. └──────────────────┘

要在表中找出自己,请使用查询:

  1. SELECT * FROM system.contributors WHERE name = 'Olga Khvostikova'
  1. ┌─name─────────────┐
  2. Olga Khvostikova
  3. └──────────────────┘