pub fn parse_identifier(input: &str) -> IResult<&str, &str>
Parse checking identifier (table name, column name, or qualified name like table.column)