MySQL 中,快速確定元素是否存在特定欄位許聖泉 Michael Hsu·Follow1 min read·Feb 27, 2019--ShareMySQL 中,快速確定元素是否存在特定欄位mysql> SELECT count(*) FROM table WHERE name = 'Apple' LIMIT 1;