由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - how to extract text
相关主题
MySQL全文搜索的问题Mysql limits
高手救命请问如何extract data from a web database, 多谢!
Like 和 equal 啥区别?求助:SQL Fulltext search不干活了。
How to split a column into several rows?mysql or sqlserver?
求教一个mysql的select优化MySQL concat 使用一问
Memo Field一问请问在mysql中search的问题
关于mysql的问题how to remove fulltext index?
Help needed(search field in Oracle)MySQL的fulltext检索
相关话题的讨论汇总
话题: text话题: extract话题: field话题: fulltext话题: want
进入Database版参与讨论
1 (共1页)
b******t
发帖数: 10
1
I got a table which has a longtext field, one record of this field has
probably 2000 words, I want to get some text from this field, this can be
done by searching the whole record for certain key words to locate them,
then make the text I get a new field, How to do it?
mysql
about 6000 rows
s**********o
发帖数: 14359
2
fulltext index
b******t
发帖数: 10
3
Thanks, but I assume fulltext index can return records which match the
keywords, I don't want that, I want to extract certain text from a field,
can fulltext search do that?
S********p
发帖数: 168
4
http://stackoverflow.com/questions/840138/sql-query-to-extract-

【在 b******t 的大作中提到】
: I got a table which has a longtext field, one record of this field has
: probably 2000 words, I want to get some text from this field, this can be
: done by searching the whole record for certain key words to locate them,
: then make the text I get a new field, How to do it?
: mysql
: about 6000 rows

s**********o
发帖数: 14359
5
不懂到底要EXTRACT啥,比如 TEXT 'I want to eat an big apple', 找apple就找
apple吧,还要找什么?extract big apple?那不就是SUBSTRING的操作了么
b******t
发帖数: 10
6
谢谢上面的link,好像能行
b******t
发帖数: 10
7
我要extract譬如I和apple之间的所有字符,刚才看了上面的link,好像可以charindex
非常谢谢你

【在 s**********o 的大作中提到】
: 不懂到底要EXTRACT啥,比如 TEXT 'I want to eat an big apple', 找apple就找
: apple吧,还要找什么?extract big apple?那不就是SUBSTRING的操作了么

1 (共1页)
进入Database版参与讨论
相关主题
MySQL的fulltext检索求教一个mysql的select优化
like in sqlMemo Field一问
sql面试题1关于mysql的问题
用SSIS EXPORT 到 EXCEL 2010 有2000个COLUMN,可能吗Help needed(search field in Oracle)
MySQL全文搜索的问题Mysql limits
高手救命请问如何extract data from a web database, 多谢!
Like 和 equal 啥区别?求助:SQL Fulltext search不干活了。
How to split a column into several rows?mysql or sqlserver?
相关话题的讨论汇总
话题: text话题: extract话题: field话题: fulltext话题: want