Warning: Illegal string offset 'url' in /home/wwwroot/skyhome/include/taglib/flink.lib.php on line 137

Warning: Illegal string offset 'webname' in /home/wwwroot/skyhome/include/taglib/flink.lib.php on line 138

Warning: Illegal string offset 'logo' in /home/wwwroot/skyhome/include/taglib/flink.lib.php on line 139

Warning: Illegal string offset 'url' in /home/wwwroot/skyhome/include/taglib/flink.lib.php on line 137

Warning: Illegal string offset 'webname' in /home/wwwroot/skyhome/include/taglib/flink.lib.php on line 138

Warning: Illegal string offset 'logo' in /home/wwwroot/skyhome/include/taglib/flink.lib.php on line 139

Warning: Illegal string offset 'url' in /home/wwwroot/skyhome/include/taglib/flink.lib.php on line 137

Warning: Illegal string offset 'webname' in /home/wwwroot/skyhome/include/taglib/flink.lib.php on line 138

Warning: Illegal string offset 'logo' in /home/wwwroot/skyhome/include/taglib/flink.lib.php on line 139

Warning: Illegal string offset 'url' in /home/wwwroot/skyhome/include/taglib/flink.lib.php on line 137

Warning: Illegal string offset 'webname' in /home/wwwroot/skyhome/include/taglib/flink.lib.php on line 138

Warning: Illegal string offset 'logo' in /home/wwwroot/skyhome/include/taglib/flink.lib.php on line 139

Warning: fopen(/home/wwwroot/skyhome/cmstop/data/cache/channelsonlist.inc): failed to open stream: Permission denied in /home/wwwroot/skyhome/include/helpers/channelunit.helper.php on line 778

Warning: fwrite() expects parameter 1 to be resource, boolean given in /home/wwwroot/skyhome/include/helpers/channelunit.helper.php on line 779

Warning: fclose() expects parameter 1 to be resource, boolean given in /home/wwwroot/skyhome/include/helpers/channelunit.helper.php on line 780
TAG标签:Mysql_湛蓝天空
当前位置: 湛蓝天空 > TAG标签 > Mysql

06 2014年03月

Mysql查询按多个字段同时不重复的记录

发布于:11时52分 | 来源:湛蓝天空 | 编辑:湛蓝

情景再现: 用户在提交信息时进行了多次提交导致数据库表中有很多重复记录。 解决方法: 查询按多个字段同时不重复的记录,比如按姓名(name)和电话(tel)。 SELECT * FROM test WHE

+阅读全文

标签:Mysql,不重复 日志分类:SQL围观群众:260人
11 2012年10月

windows server 2008安装配置wamp(一) -MySQL安装配置

发布于:13时50分 | 来源:湛蓝天空 | 编辑:湛蓝

很多新手在windows环境下习惯使用exe安装包配置MySQL,在使用安装包 多次安装MySQL 后如果卸载不完全在安装过程中容易出现错误。这里推荐使用MySQL官方的免安装包安装配置,这样就避免

+阅读全文

标签:wamp,MySQL,MySQL安装配置 日志分类:服务器围观群众:752人
26 2012年06月

Mysql大数据量迁移之cmd

发布于:10时17分 | 来源:湛蓝天空 | 编辑:湛蓝

将2G大的bank.sql导入本地数据库: 1.首先在phpmyadmin中建立bank库 2.进入mysql所在盘符 C:\Documents and Settings\AdministratorD: 3.进入mysql的bin目录 D:\cd D:\wamp\bin\mysql\mysql5.0.51b\bin 4.将E盘下得bank.sql导

+阅读全文

标签:数据量迁移,Mysql 日志分类:SQL围观群众:226人
04 2012年06月

按“分类名称”分类统计日志数和参与用户数

发布于:11时35分 | 来源:湛蓝天空 | 编辑:湛蓝

a表: b表: 按分类名称分类统计日志数和参与用户数: SELECT b.catname AS 分类名称, COUNT( * ) AS 日志数, count( DISTINCT a.username )AS 人数 FROM `pre_home_blog` a LEFT JOIN `pre_home_blog_category` b ON a.cati

+阅读全文

标签:GROUP BY,DISTINCT,Mysql 日志分类:SQL围观群众:356人
    共1页/4条