Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
342 views
in Q2A Core by
is there any SQL statement to sort qa_posts by times of updated ?

1 Answer

0 votes
by

SELECT * FROM `qa_posts` ORDER BY `updated` DESC

smiley

by
Thanks but
I meant how many times each question updated
I did not mean sort by recent to old
...