Posts Tagged ‘Oracle’
After using SQL Server forever, I’m finally on a project that uses Oracle. This is just a dumping ground for various syntax. Note this is for 9i (yes, it’s a bit behind the current release). Switch schemas: ALTER SESSION SET CURRENT_SCHEMA = SchemaName Format dates (including convert string to date): TO_DATE(<string>, ‘<format>’) to_date(’1998/05/31:12:00:00AM’, ‘yyyy/mm/dd:hh:mi:ssam’)); Format [...]
Categories: Applications
Tags: Oracle
