摘要:
usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Xml.Linq;usingSystem.Data;usingSystem.Linq;usingSystem.IO;usingSystem.Xml;namespaceOurMsg.Class.common{/**////<summary>//... 阅读全文
posted @ 2009-07-15 15:09
黄小二
阅读(214)
评论(0)
推荐(0)
摘要:
引用: 标量子查询一个标量子查询是一个放在圆括弧里的普通 SELECT查询, 它只返回只有一个字段的一行.(参阅 Chapter 4 获取有关写查询的信息。) 该 SELECT 将被执行, 而其单个返回值将在周围的值表达式中使用. 把一个返回超过一行或者超过一列的查询用做标量查询是错误的. (不过,在特定的执行中,子查询不返回行则不算错误;标量结果认为是 NULL.)该子查询可以引用周围查询的变量... 阅读全文
posted @ 2009-07-15 12:47
黄小二
阅读(2146)
评论(0)
推荐(0)