-
Ok, so I will make the duplicate search table below the "Select fields (at least one):" table. Would that be ok?.
2008-01-30 11:12:23 UTC in phpMyAdmin
-
Yes, I've been away for a while. I will do this by today or tommorow.
2008-01-29 20:08:35 UTC in phpMyAdmin
-
CORRECTION:
$dup_link = PMA_linkOrButton($dup_url, "(Find
duplicates)", "", false, false);.
2008-01-24 13:02:04 UTC in phpMyAdmin
-
Hello, I once needed a duplicate search on my database so I added this script to automate the process. I figured maybe it could be added. I used the link below a field name when browsing.
//// Duplicate search URL
if ($analyzed_sql[0]['group_by_clause'] && $analyzed_sql[0]['having_clause']) {
$dup_url = "";
} else {
$dup_field = PMA_backquote($fields_meta[$i]->name);
$dup_table...
2008-01-24 12:46:55 UTC in phpMyAdmin
-
tsynique registered the C++ string class project.
2007-11-19 19:05:20 UTC in C++ string class