Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: can someone show some oracle sql stmt, I want to compare that with MYSQL in linux rh 9.0
developer wrote:
> can someone show some oracle sql stmt, I want to compare that with MYSQL in
> linux?
> thanks!
Look at http://otn.oracle.com/sample_code/content.html for some samples. Anything that starts with 'SELECT', 'INSERT', 'UPDATE' or 'DELETE' is a SQL statement. While you are there, yo might want to search for the DDL on 'EMP, DEPT' and possibly check for 'schema definitions for SCOTT & HR' to help understand the table definitions.
<soapbox>
Just be aware, the way many developer work:
So far I have not found how to easily replicate the extra Oracle capabilities in MySQL or PostgrSQL. AFAICT most of the others sem to stop at 'c)'.
</soapbox> Received on Sat Aug 09 2003 - 20:30:33 CDT