-- select 查询 SELECT * FROM table1; SELECT FOUND_ROWS(); -- update delete insert DELETE FROM table1 WHERE id = 1; SELECT ROW_COUNT();