macro_rules! sql_len {
    () => { ... };
    ($text:literal $($tail:tt)*) => { ... };
    (: $head:ident $($tail:tt)*) => { ... };
    (# $head:ident $($tail:tt)*) => { ... };
}