I'm having a hard time searching to find which databases support the non-standard CAST operator that postgres defines which allows for doing something like:
SELECT '01-OCT-2015'::DATE
I know it's supported in Postgres, but was having a hard time searching google or others to find things like ":: cast". Do any other engines support this?