Thursday, October 20, 2005

sql-flavours

when talking to lots of databases you notice there are many flavours of sql. Once in a while it drives me crazy to get for example the syntax for a limit in db2 and so on. Recently i found a nice overview of the different flavours: http://troels.arvin.dk/db/rdbms/ So now we all know that a limit in db2 sql = 'FETCH FIRST n ROWS ONLY'

No comments: