上一页 1 2 3 4 5 6 ··· 16 下一页
摘要: function SbctoDbc(s: string): string;var nlength, i: integer; str, ctmp, c1, c2: string;begin nlength := length(s); if (nlength = 0) then exit; str := 阅读全文
posted @ 2021-05-06 10:09 绿水青山777 阅读(63) 评论(0) 推荐(0)
摘要: select * from yuansk xx where xx.yskid = &dsfds; select * from yuansbxsj xx where xx.yskid=&dsfds; 执行F8后 弹出输入变量值窗口。 阅读全文
posted @ 2021-04-26 09:07 绿水青山777 阅读(648) 评论(0) 推荐(0)
摘要: beginfor cc in ( select t.yskid , t.xuh, row_number() OVER(PARTITION BY t.yskid order by t.yssjid ) as row_flg ,rowid from yuansbxsj t ) loop update y 阅读全文
posted @ 2021-04-25 16:43 绿水青山777 阅读(104) 评论(0) 推荐(0)
摘要: 微信公众号 个人中心不能显示数据 1. PKserver \ jar \ngius jar 。bat文件 双击 ngius。exe 绿色图标 阅读全文
posted @ 2021-02-08 10:43 绿水青山777 阅读(243) 评论(0) 推荐(0)
摘要: plsql远程访问数据库 解决ora-12541:TNS:无监听程序 本机为win7 32位系统,为了学习oracle,装了个vbox虚拟机,再装了个win7虚拟机,内装oracle 11g(win7如果要装10g,要选择vista版本,win版本会安装报错).oracle11g安装完后有报了个错误 阅读全文
posted @ 2021-02-05 15:18 绿水青山777 阅读(2826) 评论(0) 推荐(0)
摘要: ALTER procedure [dbo].[SP_splitpage]( @sql nvarchar(4000), --要执行的sql语句 @currentpage int=1, --要显示的页码 @pagesize int=50 --每页的大小)asbegin set nocount on de 阅读全文
posted @ 2021-02-05 15:11 绿水青山777 阅读(61) 评论(0) 推荐(0)
摘要: --1、找到自己执行update语句的时间select r.FIRST_LOAD_TIME,r.* from v$sqlarea r where sql_text like '%update yzxdcfmx a set a.neir=(select%' order by r.FIRST_LOAD_ 阅读全文
posted @ 2021-02-05 14:53 绿水青山777 阅读(1173) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-12-16 14:32 绿水青山777 阅读(74) 评论(0) 推荐(0)
摘要: ALTER FUNCTION [dbo].[m_getnumber]( @my_str varchar(100))returns varchar(100)begindeclare @length intdeclare @uni_int intdeclare @i intset @i = 0set @ 阅读全文
posted @ 2020-11-27 13:55 绿水青山777 阅读(95) 评论(0) 推荐(0)
摘要: create or replace function getDateDuan(vChuSSJ varchar2,aFlag varchar2) return integer as vDate date; p_nl_str varchar2(20); p_nl_s number; p_nl_y num 阅读全文
posted @ 2020-11-06 16:57 绿水青山777 阅读(154) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 16 下一页