Mysql 查询在表的所有列中搜索字符串
如何尽可能便携地挂载 SQL 来查询特定短语的表的所有列,例如:
Table
ID | Name | text | Date | Author | Status
1 | Augusto Weiand | Test text | 2010-01-01 | Deividi | 1
Query
Select *
From table
Where table::text ~~ '%augusto%2010%text%'