Official Vim syntax script for the Oracle SQL. The syntax file is distributed with Vim, however this repository is my test repository before I submit changes back to Vim.
If I want that only x entries will be returned then I could use .limit(x) but for Oracle the syntax isn't correct. Using OracleQuery and .limit(2) results in 'SELECT * FROM "table" LIMIT 2' but that ...