Compare MS SQL syntax to Oracle?
Compare MS SQL syntax to Oracle? I'm looking for a resource (web or book) that compares the SQL syntax of differing DB offerings, particularly Oracle (which I'm familiar with) and MS SQL. ANSI SQL is all well and good, but when you start augmenting it with functions like instr or joins or toNumber - it'd be great to have a reference that compares different offerings side by side. Has anyone seen anything like that?
As a 'consolation prize', if you can point to a quick reference guide on each (MS SQL and Oracle), I'd much appreciate it.
|