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