先定义表类型: CREATE TYPE t_bak_tables AS TABLE(table_name VARCHAR(200)) 然后再定义备份过程: CREATE PROC sp_bak_tables @tbs t_bak_tables READONLY, @bak_path VARCHAR(200) AS
DECLARE @now VARCHAR(8...
分类:
数据库 时间:
2014-11-07 13:16:03
阅读次数:
251
忘了从哪转的了...=============================以下是最小生成树+并查集======================================【HDU】1213 How Many Tables 基础并查集★1272 小希的迷宫 基础并查集★1325&&poj1.....
分类:
其他好文 时间:
2014-11-06 21:48:10
阅读次数:
256
MySQL锁表_LOCK TABLES_UNLOCK TABLES mysql5.6 参考文档:http://dev.mysql.com/doc/refman/5.6/en/lock-tables.html 锁表和解锁表的基本语法 LOCK?TABLES????
????tbl_name?[[AS]?alias]?lock_type...
分类:
数据库 时间:
2014-11-06 20:19:37
阅读次数:
467
Lua学习笔记之表达式
1、 算数运算符
二元运算符:+-*/^(加减乘除幂)
一元运算符:-(负值)
这些运算符的操作都是实数。
2、 关系运算符
、=、==~=
这些操作符返回结果为false或者true;==和~=比较两个值,如果两个值类型不同,lua认为两者不同;nil只和自己相等。Lua通过引用比较tables、userdata、funcations。也就是说当且仅当两...
分类:
其他好文 时间:
2014-11-06 20:05:32
阅读次数:
190
??
ORACLE_创建和管理表
①常见的数据库对象
表:基本的数据存储集合,由行和列组成。
视图:从表中抽出的逻辑上相关的数据集合。
序列:提供有规律的数值。
索引:提高查询的效率
同义词:给对象起别名
②Oracle 数据库中的表
1.用户定义的表:
用户自己创建并维护的一组表,包含了用户所需的信息
如:SELECT * FROM user_tables;查看用户创建的表...
分类:
数据库 时间:
2014-11-06 17:28:26
阅读次数:
265
1. View只是存储下来的sql 语句 Views are nothing but saved SQL statements, and are sometimes referred as “Virtual Tables”. Keep in mind that Views cannot store ...
分类:
数据库 时间:
2014-11-06 16:28:49
阅读次数:
296
DBA_TABLESdescribes all relational tables in the database. Its columns are the same as those inALL_TABLES. To gather statistics for this view, use t.....
分类:
数据库 时间:
2014-11-05 14:34:49
阅读次数:
361
通用方法:1)servicemysqldstop2)servicemysqldrestart--skip-grant-tables--skip-networking3)mysql4)updatemysql.usersetpassword=PASSWORD(‘新密码‘)whereuser=‘root‘;5)flushprivileges;6)servicemysqldstop7)servicemysqldrestart
分类:
数据库 时间:
2014-11-05 00:42:29
阅读次数:
182
在 Excel 工作簿中定义决策表(Oracle Policy Modeling-Define decision tables in Excel workbooks)
分类:
数据库 时间:
2014-11-03 22:27:49
阅读次数:
363
Atitit.Gui控件and面板----web server区----- web服务器监控面板and控制台条目
1. Resin4.0.22 1
2. 查看http连接数::Summary>>tables 1
2.1.1. Open Connections 1
2.2. TCP ports? 1
3. 查看app::confgi?>>webapps 2
3.1. Host ht...
分类:
Web程序 时间:
2014-11-03 21:03:26
阅读次数:
230