SQLines tools can help you transfer data, convert database schema (DDL), views, stored procedures, functions, triggers, queries and SQL scripts from Informix to MariaDB.
Converting numeric data types:
Informix | MySQL | ||
1 | CHAR | Fixed-length character string | CHAR |
2 | INT, INTEGER | 32-bit integer | INT, INTEGER |
3 | SMALLINT | 16-bit integer | SMALLINT |
4 | VARCHAR | Variable-length character string | VARCHAR |
Converting date and time data types:
Converting SQL queries:
Informix | MySQL | |||
1 | OUTER clause | Outer join syntax | ANSI SQL OUTER JOIN clause |