k-sibyl

Results 1 issues of k-sibyl

When i handled sql like below, 'b.col1' is recognized as a table name in Parser.tables: sql:"from table1 a left join table2 b on ifnull(a.col1, '') = ifnull(b.col1, '')" When I...