|
折翅天使
- 空间积分
- 0
- 信誉积分
- 114
- UID
- 12368967
- 阅读权限
- 10
- 积分
- 45
- 帖子
- 43
- 精华
- 0
- 可用积分
- 45
- 专家积分
- 0
- 在线时间
- 4 小时
- 注册时间
- 2006-04-28
- 最后登录
- 2012-05-30
- 帖子
- 43
- 主题
- 7
- 精华
- 0
- 可用积分
- 45
- 专家积分
- 0
- 在线时间
- 4 小时
- 注册时间
- 2006-04-28
- 最后登录
- 2012-05-30
- 论坛徽章:
- 0
|
发表于 2008-01-10 17:36:27
|显示全部楼层
---BLOB---(--string-expression----------------------)-------
|---integer---|
The BLOB function returns a BLOB representation of a string of any type.
string-expression
A string-expression whose value can be a character string, graphic string, or
a binary string.
integer
An integer value specifying the length attribute of the resulting BLOB
data type. If integer is not specified, the length attribute of the result is the
same as the length of the input, except where the input is graphic. In this
case, the length attribute of the result is twice the length of the input.
The result of the function is a BLOB. If the argument can be null, the result
can be null; if the argument is null, the result is the null value. |
|