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”数据的行/列

问问题
问问题 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

2
php - 如何删除 php 中未定义的 row() 错误
2
jquery - JQUERY - 窗口宽度为 1439 像素的页面刷新
1
iphone - 覆盖 openURL 后无法推送视图控制器
1
file-upload - 使用struts 1上传多个文件
2
wix - 如何连接到桌面 Windows 应用程序安装程序中的 URL?
2
javascript - JQuery:添加类后淡出?
1
wordpress - 使用比率(或类似)查询多个自定义帖子类型
2
javascript - Javascript反向匹配过程
1
cakephp - CakePHP 为插件修改 skel
2
coffeescript - 即使存在咖啡脚本编译错误,我如何保持 grunt 服务器运行?

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