找到“Select MP36 Base”相关信息919条结果
  • Oracle关于时间/日期的操作
    ://www.CodeHighlighter.com/>select sysdate,sysdate interval '7' MINUTE from dual 当前时间减去7小时的时间
    技术 2006-06-23
  • 如何在亿级记录表中创建索引
    SQL select a.table_name,a.partitioned,b.partition_count,c.column_name 2 from user_tables a
    应用 2006-06-08
  • DB2数据库使用经验漫谈
    ) 数据定义语言TCC(Transaction Control commands) 事务控制语言SCC(System Control commands ) 系统控制语言一 DML数据操纵语言 (一)数据查询命令 select 查询内容 From
    应用 2006-04-16
  • 多用户攻略:为MySQL数据库添加新用户
    : grant select on test.* to ''yonghu''@''%'' identified by ''some_pass'' with grant option; 例子表示增加一 个用户,名称是yonghu,来自任何
    应用 2006-03-17
  • informix存储过程
    li_sqlerr = 0;然后:select * from table1 where 条件……;if li_sqlerr = 0 then执行 deleteelif li_sqlerr = 100 thenlet li_sqlerr = 0; 这里一定要将li_sqlerr
    应用 2006-03-10
  • SQL Server数据表的信息
    SELECT表名=case when a.colorder=1 then d.name else '''' end,表说明=case when a.colorder=1
    应用 2006-02-10
  • db2的sql中的内外连接
    cout DEPTD0 mage DEPT4 条记录已选择。1.db2的内连接下面是内连接,内连接和普通的where子句,输出相同,即在两表共有的行才会输出,即也可以用:select * from t1,t2 where t1.c3=t2.c1内连接没有左
    应用 2006-02-06
  • 在Sybase ASE中使用Passthrough
    在Sybase ASE中使用Passthrough更新被复制端的数据或结构. 必须使用事务declare @sql1 varchar(255)select @sql1=''update
    应用 2006-02-05
  • Informix数据迁移
    Q1.在同一informix服务器实现数据库之间的数据迁移方法1:普通文件的迁移,把数据导出到文件,然后把文件导入到另一库。unload to ''filename'' select
    应用 2006-02-05
  • 配置RMAN恢复目录
    SQL set linesize 1000SQL set timing onSQL select * from v$version;BANNER
    应用 2006-01-14