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

推荐订阅源

Y
Y Combinator Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 司徒正美
Blog — PlanetScale
Blog — PlanetScale
博客园 - 聂微东
月光博客
月光博客
量子位
大猫的无限游戏
大猫的无限游戏
Stack Overflow Blog
Stack Overflow Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
P
Proofpoint News Feed
B
Blog RSS Feed
美团技术团队
腾讯CDC
C
Check Point Blog
Engineering at Meta
Engineering at Meta
F
Fortinet All Blogs
N
Netflix TechBlog - Medium
Recent Announcements
Recent Announcements
J
Java Code Geeks
S
SegmentFault 最新的问题
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享

博客园 - 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)  评论()    收藏  举报