Hi! >> i'm wondering if vertica support all the oracle SQL function. Vertica supports for standard SQL functions with additional advanced analytic functions. If ORACLE function isn't in standard, probably that not - Vertica doesn't support it. >> for exemple; with as or start as ? WITH AS and START AS - it is not functions, it's statement/clause. Vertica has limited support for WITH clause: https://my.vertica.com/docs/6.1.x/HTML/index.htm#19410.htmPS For ORACLE functions that you can't find in Vertica you can take a look here: https://github.com/vertica/Vertica-Extension-Packages
Comments