Is it possible in MySQL to select all rows in which the ANY column contains the specified value?
I am trying to write a universal search function that can work without any information about the table schema.
Use SHOW COLUMNS to get a list of columns in a table, and then dynamically build the query from the results.
SHOW COLUMNS
Source: https://habr.com/ru/post/1413215/More articles:Creating a SHA1 hash on Windows Phone displays a different hash - c #Generation of garbage and thresholds of different generations - garbage-collectionFileHelpers: Optional fields in unquoted CSV files - c #Include gson in my java program - javaFaster aspect ratios in R - performancepython removes all spaces from entries in a list - pythonContent delivery service reports "Unable to get desired results." - tridionUIButton with transparent image background, not transparent - iosconvert boost :: shared_ptr to boost :: python function call - c ++Calculation of a view matrix for a 2D camera using Eigen - mathAll Articles