What\'s the best in performance to determined if an item exist or not specially if the table contain more than 700,000 row
if (Select count(id) from Regist
also take in consideration that Count() only return int in which if you count some data that exceed int it will generate error