Archives for: August 2009
Aug
19
Following my old post from 2008 I give you once again the query to verify the amount of uniqueness of a column:
SET @firstXchars = 2;
SELECT COUNT(*) AS `total values / NULL`,
COUNT(DISTINCT column_name) AS `distinct values / distinct lef… more »
Recent comments