Skip to main content

parse_drop_trigger

Function parse_drop_trigger 

Source
pub fn parse_drop_trigger(sql: &str) -> DbxResult<String>
Expand description

DROP TRIGGER 파싱

§문법

DROP TRIGGER trigger_name;