各位大侠:大家好!最近想深入学学Oracle,有没有什么帮助文档或者学习资料什么的分享下。(介绍Oracle机制的,深入些的,基本资料我有)
请发到我的邮箱,jzd870318@163.com,不甚感激..
www.itpub.net上有很多.
学习Oracle 最好的文档就是 官方下载的 document ,
刚开始就看看 <Oracle 10g 入门与基础&g ......
需要写一个触发器,在更新一个条数据的时候,要把这条原数据,存入另一个表!
要怎么写啊?
我对触发器不是很熟悉!请高手帮帮忙!谢谢了!
create or replace trigger tri_name
before inser on table_a
for each row
insert into table_b(:new.col1,..,:new.coln);
end;
insert 还一个begin
你太懒了
引 ......
一个查询之后怎么可以生成一个文本文件啊?
听说用shell脚本可以做到?那要怎么做呢?
spool D:\test.xls
select name,value from table_name;
spool off
是将输出结果输出为文本,还是将查询语句输出为文本。
我只想要结果
可以spool出来还有列名的其他东西
SQL code:
ID PPP_BEGINTIME ROAMFLA ......
如题
关注,顶!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
C# code:
string queryString = "SELECT USERINFO.USERNAME from USERINFO WHERE UESERID='" + uid + "'";
using (OracleConnection connection = new OracleConnection(connectionString))
{
OracleCommand ......
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charse ......
在ie下调试是好的,但是在ff下一点反应没。
对象用的是pools
JScript code:
var pools= new Arrary();
//扩展IE下的XMLHttpRequest
if(sapl.IsIE)XMLHttpRequest=function(){var acX=['msxml2.xmlhttp.5.0','msxml2.xmlhttp.4.0','msxml2.xmlhttp.3.0','msxml2.xmlhttp','microsoft.xmlhttp'],Xhr;
for(var i=0;i< ......