pub fn count_sql_statements(sql: &str) -> usize
统计 SQL 中实际包含的有效语句数量。 Count the number of effective SQL statements contained in the input string.