pub fn extract_where_body(sql: &str) -> Option<String>
Extract the WHERE clause body (everything after the first case- insensitive WHERE token) from an UPDATE / DELETE / SELECT. Returns None if there is no WHERE clause.
WHERE
None