cubenlp / ChatSQL

自然语言转SQL,直接连接数据库查询
Apache License 2.0
365 stars 48 forks source link

另一种简单自然语言生成sql的实现 #10

Open nobodxbodon opened 1 year ago

nobodxbodon commented 1 year ago

https://github.com/nobodxbodon/rply/blob/5aabd499bcdf7d5f6edfec67cb8955c0c32b459d/tests/test_%E6%8C%89%E8%AF%AD%E6%B3%95%E5%88%86%E8%AF%8D.py#L496

获取出生年大于2000的读者的邮箱、昵称,按出生年倒序排列。

添加读者记录,邮箱为“test@example.com”,出生年为2000。

详请见 从“零”开始设计中文编程语言——SQL领域演示