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
rabbitmq - 使用 RabbitMQ 进行分布式通信和处理
1
cocos2d-iphone - 如何使点击工作以及如何延迟 init 中的函数?XCODE
1
xcode - 我可以在 xcode 中动态更改“源树”条目吗?
1
javascript - Razor2 网页发布 document.createElement
1
python - 从大量条目创建可迭代列表
1
google-app-engine - 图片不显示在使用 GoogleAppEngineLauncher 创建的网站上?
1
javascript - 你可以在同一个模板中有重复的 dojo-data-attach-points 吗?
1
php - 如果多个包覆盖 symfony 中的同一个控制器会发生什么?
2
jquery - 位于导航菜单顶部的子菜单
1
jquery - 关闭之前的fancybox事件未触发

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 知识共享许可协议。