一、注释: 1.单行注释#开始到行结束。 2.多行注释/* ... */。二、数据库存在性判断: 1.例如:如果数据库存在则删除 drop database if exists 数据库名; 2.例如:如果数据库不存在则创建 create database if not e...
分类:
数据库 时间:
2014-06-25 23:55:37
阅读次数:
329
请求地址http://127.0.0.1/phpcms/index.php?m=content&c=index&a=show&catid=6&id=8先来判断地址对应的数据表查阅phpcms v9 数据表结构手册http://v9.help.phpcms.cn/html/2010/database_...
分类:
Web程序 时间:
2014-06-25 22:43:35
阅读次数:
457
create or replace view view_acceptCompanyasselect * from (select WARNIGID,max(CASEWHEN(zhtablename='中文表名', '中文表名', null)) field1,max(CASEWHEN(zhtablen...
分类:
数据库 时间:
2014-06-25 22:34:45
阅读次数:
268
測试2:(1)一致性的全备SQL> shutdown immediate;$ cp -rf $ORACLE_BASE/oradata/boss/*.dbf /oradata/bossbak/20140610allbackup$ cp -rf $ORACLE_BASE/oradata/boss/*.l...
分类:
数据库 时间:
2014-06-25 20:54:13
阅读次数:
284
出处:http://database.51cto.com/art/201109/293029.htm虽然SQL数据库是非常有用的工具,但经历了15年的一支独秀之后垄断即将被打破。这只是时间问题:被迫使用关系数据库,但最终发现不能适应需求的情况不胜枚举。但是NoSQL数据库之间的不同,远超过两 SQL...
分类:
数据库 时间:
2014-06-25 19:00:53
阅读次数:
239
1. [代码][Java]代码 public class Database { private static DbOpenHelper mDbHelper; private static final int DB_VERSION = 1; private static final String D....
分类:
数据库 时间:
2014-06-25 17:02:23
阅读次数:
270
Oracle® Database Performance Tuning Guide
10g Release 2 (10.2)
B14211-03
Home
Book List
Contents
Index
Master Index
Contact Us
...
分类:
数据库 时间:
2014-06-24 18:14:03
阅读次数:
665
摘:Storing Hierarchical Data in a Database Article(翻译版本)原文链接:http://shiningray.cn/hierarchical-data-database.html作者:Gijs Van Tulder翻译:ShiningRay @ Nirv...
分类:
其他好文 时间:
2014-06-22 12:34:12
阅读次数:
327
安装环境除步骤1和7外,其余步骤都是在root用户下操作数据库版本:Oracle11gR2操作系统:CentOS6.5准备操作系统1)下载Oracle11gR2安装文件:linux_11gR2_database_1of2.zip和linux_11gR2_database_1of2.zip2)硬件检测内存检测:Oracle11g要求最少内存为1GBgrepMemTotal/proc/..
分类:
数据库 时间:
2014-06-22 10:00:02
阅读次数:
313
There are two types of Standby databases:
1, Physical standby database
block-for-block basis
the physically identical with the primary database
user recovery technology
2, Logical standby databa...
分类:
其他好文 时间:
2014-06-22 08:35:53
阅读次数:
355