Search
 
SCRIPT & CODE EXAMPLE
 

SQL

search column by name mysql

select table_name, column_name 
from information_schema.columns 
where column_name like '%search_keyword%'; -- change search_keyword accordingly
Comment

PREVIOUS NEXT
Code Example
Sql :: describe in sqlite3 
Sql :: sql foreign key 
Sql :: how to transfer pandas datafra,e to sqlite 
Sql :: oracle case 
Sql :: date conversion in mysql column 
Sql :: default constraint in ms sql 
Sql :: sql pad left 0 
Sql :: xampp import sql file command line 
Sql :: mysql backup table 
Sql :: convert varchar column to int in sql server 
Sql :: how to select unique element in sql 
Sql :: 1396(hy00) mysql error 
Sql :: kill session inactive oracle 
Sql :: how to combine diff colmun value using group by postgres 
Sql :: How can I tell how many Cores SQL Server is actually using? 
Sql :: how to find the number of rows updated in oracle pl/sql 
Sql :: Check database restore status sql script 
Sql :: creating postgresSQL database using the the shell 
Sql :: create user mariadb 
Sql :: mysql backup database command line 
Sql :: primary key multiple colums 
Sql :: Get first name and last name from full name string in SQL 
Sql :: insert array postgresql 
Sql :: database timezone 
Sql :: mariadb date equals to current_date plus days 
Sql :: how to join tables in sql 
Sql :: get count of null in column sql 
Sql :: q operator in oracle 
Sql :: Client does not support authentication protocol requested by server; consider upgrading MySQL client 
Sql :: inner join 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =