Stack Overflow
  1. 首页
  2. 工具
  3. 网站转让
  1. 首页
    1. 导航
    2. 问题
    3. 标签
    1. Teams
      Stack Overflow for Teams – Start collaborating and sharing organizational knowledge. Create a free Team Why Teams?
    2. Teams
    3. Create free Team
Collectives on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more

sql - 选择具有“dataname”数据的行/列

翻译自:https://stackoverflow.com/questions/14974413 2013-02-20T07:25:09.237
232 次
This question shows research effort; it is useful and clear
-2
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.

是否有一个选择查询,我可以在其中找到一个包含名为“Hello”的数据的列。我不是在单个表上寻找数据,而是在整个数据库上寻找数据。

sqldatabase
4

1 回答 1

This answer is useful
1

@aedz:这里有一些建议/提示,基本上这很容易用谷歌搜索:

微软SQL:

  • SQL Server:在所有表中搜索特定 GUID
  • http://gallery.technet.microsoft.com/scriptcenter/c0c57332-8624-48c0-b4c3-5b31fe641c58
  • http://vyaskn.tripod.com/search_all_columns_in_all_tables.htm
  • 在数据库的所有表、行和列中搜索字符串
  • http://justgeeks.blogspot.de/2006/10/search-ms-sql-server-for-any-text.html
  • http://www.sqlservercentral.com/Forums/Topic419243-8-1.aspx
  • http://www.mssqltips.com/sqlservertip/1522/searching-and-finding-a-string-value-in-all-columns-in-a-sql-server-table/
  • http://www.mssqltips.com/sqlservertip/1555/sql-server-find-and-replace-values-in-all-tables-and-all-text-columns/

mysql:

  • 在 mysql 数据库中搜索所有出现的字符串
  • 从 MySQL 数据库的每个表中搜索所有字段
  • 在所有字段、表和数据库中搜索字符串的 MySQL 工具
  • mySQL 查询在数据库中的所有表中搜索字符串?
  • http://kedar.nitty-witty.com/blog/search-through-all-databases-tables-columns-in-mysql
于 2013-02-20T07:36:26.940 回答

Related

1
android - 加载新活动时出现 OutofMemory 异常?
2
sql - Oracle DB 插入并且对重复键不执行任何操作
2
sql - 用于检索数据集以获取 AVG 和 STDEV 的光标
5
java - 项目运行时自动选择 EditText
1
angularjs - 通过递归调用加载模板将 ajax 数据绑定到 ng-include
1
coronasdk - 通过在 Corona 的屏幕上滑动手指来改变场景
5
c# - 当孩子有身份密钥时,如何使用 EF 将多个子实体添加到对象?
1
jquery - 如何左对齐子菜单链接
1
php - php-mysql 如何增加二进制 UUID 主键并获取插入的 id
4
c++ - 就地构造函数 std::vector

Reference

php × 1429865
c/c++ × 756500
nginx × 49975
mongodb × 159057
mybatis × 3233
anaconda × 13410
pycharm × 14671
python × 1902243
vscode × 56040
docker × 110988
github × 49000
flask × 49129
ffmpeg × 24037
jmeter × 16910
matplotlib × 63493
bootstrap × 54641
Stack Overflow 中文网

遵从 CC BY-SA 知识共享许可协议。