![]() |
1
2
这与列值的类型有关,而与列的选择方式无关。此信息存储在
这会在PostgreSQL 8.4连接上产生如下结果: type name | data type | searchable -------------------------------+-----------+------------ bool | -7 | true bytea | -2 | true char | 1 | true name | 12 | true int8 | -5 | true bigserial | -5 | true int2 | 5 | true int2vector | 1111 | true int4 | 4 | true serial | 4 | true regproc | 1111 | true text | 12 | true (*snip*, it were about 270 rows, all TRUE by the way)
这个
|
![]() |
2
0
@巴卢斯克 answer 在oracle12上执行时,有几个 searchable=假 类型(尽可能长):
|
![]() |
maddy · 如何根据oracle SQL中的某一列值进行排名 2 年前 |
![]() |
kiric8494 · 显示以元音开头和结尾的城市名称 2 年前 |
![]() |
Franz Biberkopf · Oracle:组合子查询和聚合函数 2 年前 |
![]() |
BitLauncher · 甲骨文-如何模拟位列和布尔和/或? 2 年前 |
![]() |
Arifullah · 如何从oracle中的列中删除特定的初始字符? 3 年前 |
![]() |
Anar · Oracle SQL用户定义函数 3 年前 |
![]() |
user1312312 · 如何为一组表编写通用触发器? 3 年前 |