1、使用distinct查询所有不重复的记录2、创建数据表相同结构的临时表,将第一步的数据复制进去
create temporary table if not exists student_temp as (select distinct(name), sex
from student);3、tru...
分类:
数据库 时间:
2014-06-13 06:04:01
阅读次数:
290
一、查询1、简单的无参数的查询我的数据库为后台,里面有表admin下面就我进行对admin表查询。USE houtai;DELIMITER //CREATE
PROCEDURE phelloword()BEGINSELECT * FROM admin;END//CALL phelloword()执行...
分类:
其他好文 时间:
2014-06-12 23:48:58
阅读次数:
382
VS2013创建Web应用程序MVC出现错误:系统找不到指定文件(异常来自
HRSULT:0x80070002)查到博客园VS2013新建Web Application时报错Exception from HRESULT:
0x80070002原来此异常是由于没有正确安装 NuGet Package ...
分类:
其他好文 时间:
2014-06-12 23:47:33
阅读次数:
9973
关于处理小数点位数的几个oracle函数()1. 取四舍五入的几位小数select
round(1.2345, 3) from dual;结果:1.2352. 保留两位小数,只舍select trunc(1.2345, 2) from
dual;结果:1.23select trunc(1.2399,...
分类:
数据库 时间:
2014-06-12 23:19:06
阅读次数:
324
From
:http://www.yuansir-web.com/2013/11/25/php%E5%88%A9%E7%94%A8gearman%E6%9D%A5%E5%A4%84%E7%90%86%E5%B9%B6%E8%A1%8C%E5%A4%9A%E8%BF%9B%E7%A8%8B%E9%97...
分类:
Web程序 时间:
2014-06-12 21:59:25
阅读次数:
331
Leather Mulberry spent so many years. Many
Mulberry handbags factory in southwest England. All bags are made from the
original pattern. They are not o...
分类:
其他好文 时间:
2014-06-12 21:28:07
阅读次数:
328
数据库(database):为特定目的或操作而组织和表示的信息、表和其他对象的集合。数据库管理系统(database
management system):是一种操纵和管理数据库的大型软件,用于建立、使用和维护数据库数据库系统(database
systems):是由数据库及其管理软件组成的系统数据...
分类:
数据库 时间:
2014-06-12 18:42:51
阅读次数:
416