oracle - Inmemory SQL DB options with support for analytic functions (parition over)? -


working on adding unit testing around database code on java legacy project. of sql (oracle) contains analytics functions .. (i.e. parition on syntax). there in memory sql db options out there (preferably open-source) support these functions?

any other solutions? prefer not hit real database (even if rollback data).

postgre sql support window & analytic function. check docs here

you need think if it's smart test data on different platform though.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -