In the last episode (Jul 30), xuefer tinys said:
> i'm using mysql 4.x
>
> it is said the query result is cached by mysql for next query
>
> i have a forum, having "post" table post: postid, title, content,
> postdate, clickcount and clickcount is increased when the post is
> viewed
>
> and a p
i'm using mysql 4.x
it is said the query result is cached by mysql for next query
i have a forum, having "post" table
post: postid, title, content, postdate, clickcount
and clickcount is increased when the post is viewed
and a page to search post
select * from post where title like "%word to ma