Files
chinese-poetry/ci/README.md
2017-03-07 11:58:09 +08:00

28 lines
574 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
全宋词
---
```sql
sqlite> .tables
ci ciauthor
sqlite> select count(1) from ci;
21050
sqlite> select count(1) from ciauthor;
1564
sqlite> select * from ci limit 1;
1|||鸿
sqlite> select * from ciauthor limit 1;
1||(1037-1101)...
```