摘要: let df = ctx.sql("SELECT distinct \"扫描人\" FROM example").await?;or let df = ctx.sql("SELECT distinct ‘扫描人’ FROM example").await?; => failed. 阅读全文
posted @ 2022-08-21 19:08 CrossPython 阅读(106) 评论(0) 推荐(0)