当前位置:首页
开发技术指南» 文章正文
    引言:

 ·这样的sql如何写    »显示摘要«
    摘要: 有两个表t1和t2,各自的字段如下 t1: stu_id(学生号),lb,je1(缴费金额) t2: stu_id,lb,je2(实际缴费金额) 其中两个表的lb都参照另外一个代码表jflb(缴费类别) 现在要从上面两个表中得到下面的统计结果 stu_id,lb,je1,je2 其中t1.stu_id=t2.stu_id 并且要在t1.lb和t2.lb上做全外连接 这个sql该怎么写呢? ......
    摘要: 我在运行下面这段程序时,报错在adodc1.recordset.delete位置.显示的错误是: "实时错误:键列信息不足或不正确.更新影响到多行."而且点击按纽后数据库中的所有记录都被删掉了.郁闷!! private sub btnreadtags1_click() dim intretvalue as integer dim intmyval as string dim myval a......


为何到了FOR yy in 1...10 LOOP就总是跳过了整个loop呢

 
  create   or   replace   procedure   testtest(t   out   varchar)   is  
        yy   number(10);  
        tt   varchar(100);  
  begin    
   
  yy:=1;  
  FOR   yy   in   1...10   LOOP  
  select   c_id   into   tt   from   t_collect;  
  END   LOOP;  
   
  end   testtest;    
   
   
  为何到了FOR   yy   in   1...10   LOOP就总是跳过了整个loop呢?

NO.1   作者: waterfirer

FOR   yy   in   1...10   LOOP  
  换成  
  FOR   yy   in   1..10   LOOP  
 


 ·很简单的一个问题    »显示摘要«
    摘要: #ifndef _debug 这个语句是什么意思啊?希望能详细点,作用是什么呢? ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE