SQL ile DELETE FROM tablo_adi WHERE LEN(kolon_adi) < 3;
Php ile
if(strlen($variable) < 3)
{
unset($variable);
}