I have implemented a SQL statement that contains a COUNT function. Now I want to convert it into a KNEX statement. How can I implement it?
SELECT count("uAns") FROM test,questions WHERE test.userId ="1" AND test.queId=questions.id AND test.uAns=questions.answer
New beginners, and please give us a lot of advice. Thank you in advance.