一、视图概述
视图是基于 SQL 语句的结果集的可视化的表,视图中的字段就是来自一个或多个数据库中的真实的表中的字段。
原表:
二、创建视图
例子1:创建一个persons和student表中id相等的name,num,class列的视图[stu_msg]
三、删除视图
语法:drop view view_na...
分类:
数据库 时间:
2015-04-16 15:50:18
阅读次数:
148
ios设置导航条全透明的方法。废话不多说,直接看代码
[self.navigationController.navigationBar setBackgroundImage:[UIImage new]
forBarMetrics:UIBarMetricsDefault];
self.navigationController.na...
分类:
其他好文 时间:
2015-04-16 12:28:53
阅读次数:
144
Server version: 5.5.33-31.1-log Percona Server (GPL), Release rel31.1, Revision 566mysql> CREATE TABLE `t1` ( `ID` int(11) NOT NULL DEFAULT '1', `NA.....
分类:
数据库 时间:
2015-04-16 09:01:33
阅读次数:
291
biguanide[ba?'gwɑ?na?d]双胍metformin[m?t'f?rm?n]二甲双胍an antidiabetic drug (trade name Glucophage) prescribed to treat type II diabetes。sulphonylureas [s?...
分类:
其他好文 时间:
2015-04-15 18:28:41
阅读次数:
248
比较 name
description $eq
等于
$gt
大于
$gte
大于等于
$lt
小于
$lte
小于等于
$ne
不等于
$in
在条件中
$nin
不在条件中 逻辑 name
description $or
或者
$and
且
$not
非
$nor
既不也不,nor:[{na...
分类:
其他好文 时间:
2015-04-15 14:54:55
阅读次数:
152
一:先看看各种下载方式: 1. A 标签的方式 : html/document/GJB/CYBDXZ/文件名.doc">文件名.doc 2. href方式: function go (name){ var url = encodeURIComponent(na...
分类:
Web程序 时间:
2015-04-14 19:26:39
阅读次数:
294
我们先看一个上一章的委托的例子: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 na....
分类:
其他好文 时间:
2015-04-14 14:15:52
阅读次数:
191
Suppose that a website contains two tables, the Customers table and the Orders table.
Write a SQL query to find all customers who never order anything.
Table: Customers.
+----+-------+
| Id | Na...
分类:
其他好文 时间:
2015-04-12 14:52:06
阅读次数:
124
题目传送门 1 /* 2 简单模拟;考虑边界的情况输出的是不一样的,还有思维好,代码能短很多 3 */ 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 using na...
分类:
其他好文 时间:
2015-04-10 22:20:20
阅读次数:
110