MERGE, Window functions, sort indirections.

141 views
Skip to first unread message

Heikki Vesalainen

unread,
Aug 8, 2013, 3:08:24 AM8/8/13
to scala...@googlegroups.com
Hi,

just read this article http://java.dzone.com/articles/10-common-mistakes-java that talks about 10 common SQL mistakes Java (and I dare say Scala) developers make when using SQL. Soime of them hit home with me even altho I've been using SQL "all my life" (mostly because many of the features mentioned are rather new in SQL).

Is slick implementing any of these SQL features?

- support for MERGE ( http://en.wikipedia.org/wiki/Merge_%28SQL%29 )
- aggregation with Window functions / PARTITION BY ( http://en.wikipedia.org/wiki/Select_%28SQL%29#Window_function )
- CASE ( http://www.postgresql.org/docs/7.4/static/functions-conditional.html )
- using SQL paging instead of JDBC paging

Heikki
Reply all
Reply to author
Forward
0 new messages