Find specific column in table

select table_name
	from information_schema.columns
    where column_name in ('column1','column2')
    	and table_schema='yourdatabase';

Total page views:

Comments

Popular posts from this blog

Useful aliases

Start all Docker containers