Skip to main content

count_sql_statements

Function count_sql_statements 

Source
pub fn count_sql_statements(sql: &str) -> usize
Expand description

统计 SQL 中实际包含的有效语句数量。 Count the number of effective SQL statements contained in the input string.