pub fn parse_source_query(input: &str) -> IResult<&str, Box<Qail>>
Parse: from (get …) - source query for INSERT…SELECT
Syntax: from (get table fields col1, col2 where ...)
from (get table fields col1, col2 where ...)