issues
search
bp2014n2
/
i2b2
Bachelor project in order to use i2b2 with big data
http://bp2014n2.github.io/
4
stars
0
forks
source link
Convert select sql to ecl
#71
Closed
SvenLehmann
closed
9 years ago
SvenLehmann
commented
9 years ago
[x] support simple selects
[x] support selects with WHERE
[x] support selects with LIKE
[x] support selects with ORDER BY
[x] support selects with GROUP BY
[x] support selects with COUNT
[x] support selects with COUNT and GROUP BY
[x] support selects with LIMIT
[x] support selects with JOIN
[x] support selects with subselects in FROM (and all other select types for subselect)
[x] support selects with subselects in WHERE - IN clause - (and all other select types for subselect)