macro_rules! get_query {
    ($mand_2:expr, $opt:expr) => { ... };
    ($mand_2:expr, $($opt:expr),*) => { ... };
}