在侧面文档中搜索内容

在侧面文档中搜索内容

本文介绍了在侧面文档中搜索内容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个sql表,其中有一个IMAGE作为我存储文件的字段之一的数据类型(MSWORD,PDF等...),我也有一个差异。用于指定文档类型的列。



我的问题是,如果我想从该IMAGE类型字段中搜索存储文档中的特定内容,我们怎么办?通过SQL做到这一点。

I am having a sql table which is having "IMAGE" as datatype for one of the fields where I am storing the documents(MSWORD, PDF etc...), I am also having a diff. column to specify the type of document.

My question here is if I want to search for a specific content inside the stored documents from that IMAGE type field, how can we do that through SQL.

推荐答案


这篇关于在侧面文档中搜索内容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-24 05:27