----- Original Message -----
> From: "Sándor Halász" <h...@tbbs.net>
> Subject: Re: find any row with NULL
> 
> from information_schema.columns where (table_schema, table_name,

You could, but information_schema queries can get pretty slow on large 
databases, especially so with InnoDB. Recent versions support explain on those 
queries, too, I believe.

-- 
Unhappiness is discouraged and will be corrected with kitten pictures.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql

Reply via email to