惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
Google DeepMind News
Google DeepMind News
G
Google Developers Blog
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
月光博客
月光博客
Jina AI
Jina AI
宝玉的分享
宝玉的分享
人人都是产品经理
人人都是产品经理
D
DataBreaches.Net
V
V2EX
WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
Last Week in AI
Last Week in AI
B
Blog
博客园 - 叶小钗
小众软件
小众软件
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
A
About on SuperTechFans
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Y
Y Combinator Blog
Microsoft Security Blog
Microsoft Security Blog

博客园 - bcpl

今年在好几种开发语言中转来转去,现在轮到CS了。 [zz] 海盗的难题 Digest 发现VS2005 b2有支持C++代码重构的功能 程序设计的警句 发现WH_CBT的HCBT_ACTIVATE事件不够好用 发现MSDN上真是有好多好东东 乘着放假这两天做了一个键盘映射工具 vs2005好象比2003是快了些 为什么C#不支持函数默认参数呢 omg,installanywhere太弱智了 wingide真不错啊 [ZT]PyQt的Windows下安装 信息时代 为什么你的注意力涣散 有个智商测试的地方,挺好玩的 发现一个挺快的ftp 启动oracle 成功从硬盘安装了magiclinux1.2
SELECT INTO时可能引发的两个异常
bcpl · 2005-03-28 · via 博客园 - bcpl
  • NO_DATA_FOUND

  • A SELECT INTO statement returns no rows, or your program references a deleted element in a nested table or an uninitialized element in an index-by table. SQL aggregate functions such as AVG and SUM always return a value or a null. So, a SELECT INTO statement that calls an aggregate function never raises NO_DATA_FOUND. The FETCH statement is expected to return no rows eventually, so when that happens, no exception is raised.

  • TOO_MANY_ROWS

  • A SELECT INTO statement returns more than one row.

发表于 2005-03-28 16:18  bcpl  阅读(1990)  评论()    收藏  举报