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

问题描述

我有一个表,并且其列包含值"baby johanson cream".我想创建一个存储过程,并在所有包含这些单词的记录之后将参数传递为婴儿奶油".在该结果之后显示婴儿",然后显示"thar"奶油.

i have a table and its column contain a value "baby johanson cream". i want to create a stored procedure and pass a parameter as "baby cream" after that all the records come that contain these words. After that result show for "baby" and after thar "cream".

推荐答案


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

08-22 18:30