mirror of https://github.com/Wilfred/difftastic/
Add group by
parent
ee2559aed7
commit
0461e0a9ef
@ -1,3 +1,5 @@
|
||||
-- Example select query
|
||||
SELECT foo, bar, t.col1 AS baz
|
||||
FROM table1, table2 AS t
|
||||
WHERE foo != t.col1
|
||||
WHERE foo > t.col1
|
||||
GROUP BY lower(foo)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue