pub fn parse_drop_function(sql: &str) -> DbxResult<String>
DROP FUNCTION 파싱
DROP FUNCTION add_numbers;