
MYSQL
zi_jin
关注互联网,关注Web前端技术动态
展开
-
找以其中一个字段为不重复记录,但结果要显示所有字段内容
--表名:T 不重复字段:id 另外一个字段 PostTimeselect * from T where PostTime=(select max(PostTime) from T t2 where id=T.id)转载 2008-08-29 11:10:00 · 753 阅读 · 0 评论 -
How to change max_allowed_packet value in mysql?
If you set it in the cnf(it may be my.ini file) you will likely need to restart the server. Optionally, that is a dynamic variable and can be SET GLOBAL or SET SESSION from the command line as we转载 2008-06-08 13:58:00 · 901 阅读 · 0 评论