Error: no such column

大森林home發表於2017-11-02

Let error reoccur:

sqlite> select count(*) from users where secretkey=pythontest;


The correction input is:

sqlite> select count(*) from users where secretkey=='pythontest';

相關文章