dba:oracle:project_takedown:key_notes
Project Takedown : PL/SQL migration keynotes
Documentation | |
---|---|
Name: | Project Takedown : PL/SQL migration keynotes |
Description: | Project Takedown : PL/SQL migration keynotes |
Modification date : | 28/10/2020 |
Owner: | dodger |
Tags: | OracleDB, MySQL, PostgreSQL, Ceph… |
Ora2My
Oracle | Mysql | key notes |
---|---|---|
VARCHAR2 | VARCHAR | varchar2 does no exists on mysql |
FUNCTION FUNCTIONNAME(PARM1 IN NUMBER) RETURN NUMBER AS | IN in the variable declaration is not needed | |
LISTAGG(column, ' ') WITHIN GROUP ( | GROUPCONCAT() sintax is completely different, this is hardcore | |
PLSINTEGER | none | does not exists in mysql |
TOCHAR() | TIMEFORMAT() | See TIME_FORMAT and DATE_FORMAT |
CONSTANT | none | does not exists |
%TYPE & %ROWTYPE | %TYPE & %ROWTYPE | Yes, is the same, but maybe you might have a loot at 1, 2 |
dba/oracle/project_takedown/key_notes.txt · Last modified: 2022/02/11 11:36 by 127.0.0.1