Macro static_select

Source
macro_rules! static_select {
    (SELECT) => { ... };
    (SELECT ALL) => { ... };
    (SELECT DISTINCT) => { ... };
}