You are viewing a single comment's thread from:RE: R Tutorial - New Way to Connect to SteemSQL via RStudio - R 教程之通过 RStudio 来快速连接SteemSQLView the full contexteduter (56)in #cn • 8 years ago 这个很有意思,那比如怎么查询一个人发的帖子全文呢?不知道数据库有没有这么强大
这个很简单:
select title,body from Comments where author='justyy'
大概解决了,但是中文都是???,怎么解决呢?
这个我不太记得了, 我只记得之前 @oflyhigh 哥有篇文章里就专门提到这个问题,要不你问问他吧。
好像和编码有关, utf-8 之类的。
我搜到他那篇文章了,不算是一回事。
总的还是有点不爽,中文的查询。