I am using a query to retrieve column names with varchar datatype from information_schema.columns. The query is "SELECT column_name FROM INFORMATION_SCHEMA.COLUMNS WHERE..." Will this query lock the database tables?
↧