from_tables

Macro from_tables 

Source
macro_rules! from_tables {
    ($builder:expr $(, $table:expr)* $(,)?) => { ... };
}
Expand description

SelectBuilder::from 提供 Go 风格的可变参数调用。