由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - [转载] what's wrong with this PL/SQL
相关主题
compare two large tables SQL (转载)PIVOT TABLE
ORA-1747 error 求助。新手问个简单的SELECT问题
SQL combine two columns from two different tables no shared (转载)help about SQL for ACCESS
drop a tableask for help with a simple query!!!
Oracle急问Rookie's question again
求助:如何ColumName 作为变量放入query一个关于T-SQL的问题
问个问题请教SQL server的一个programming的问题,谢谢
To get the 2nd, 3rd, 4th largest value%如何把一个table所有的column都选出来%
相关话题的讨论汇总
话题: sql话题: pl话题: ora话题: error话题: 06550
进入Database版参与讨论
1 (共1页)
b**********n
发帖数: 3
1
【 以下文字转载自 Programming 讨论区,原文如下 】
发信人: blackjackwon (BlackJack), 信区: Programming
标 题: what's wrong with this PL/SQL
发信站: The unknown SPACE (Thu Sep 19 16:15:05 2002) WWW-POST
I wrote a simple PL/SQL to reading CLOB. However, I got an error saying:
"
select SEQUENCE into locator_var
*
ERROR at line 9:
ORA-06550: line 11, column 22:
PL/SQL: ORA-00933: SQL command not properly ended
ORA-06550: line 9, column 1:
PL/SQL: SQL Statement ignored
"
My PL/SQL looks like this:
decla
s**********i
发帖数: 711
2

select into? what's that?

【在 b**********n 的大作中提到】
: 【 以下文字转载自 Programming 讨论区,原文如下 】
: 发信人: blackjackwon (BlackJack), 信区: Programming
: 标 题: what's wrong with this PL/SQL
: 发信站: The unknown SPACE (Thu Sep 19 16:15:05 2002) WWW-POST
: I wrote a simple PL/SQL to reading CLOB. However, I got an error saying:
: "
: select SEQUENCE into locator_var
: *
: ERROR at line 9:
: ORA-06550: line 11, column 22:

v**m
发帖数: 242
3
SELECT columnname INTO locator_var FROM tablename

【在 s**********i 的大作中提到】
:
: select into? what's that?

b**********n
发帖数: 3
4
I found the error --- lack of ";" at the end of where clause.
~~~~~~~~~!!!!
1 (共1页)
进入Database版参与讨论
相关主题
%如何把一个table所有的column都选出来%Oracle急问
今天还没写东西求助:如何ColumName 作为变量放入query
How to write this loop SQL query?问个问题
SQL combine two tables into one table and add a new columnTo get the 2nd, 3rd, 4th largest value
compare two large tables SQL (转载)PIVOT TABLE
ORA-1747 error 求助。新手问个简单的SELECT问题
SQL combine two columns from two different tables no shared (转载)help about SQL for ACCESS
drop a tableask for help with a simple query!!!
相关话题的讨论汇总
话题: sql话题: pl话题: ora话题: error话题: 06550