What’s the sql for this condition?

Just do:

delete from wp_usermeta where meta_value = "tonetone"

Don’t you actually mean to delete the rows from wp_users, as opposed to just the metadata?