SQL adaptation guide For Genero db 3.6x, 3.8x / Data manipulation |
Informix® supports temporary tables with the following statements:
SELECT ... INTO TEMP tmpname [WITH NO LOG] CREATE TEMP TABLE tmpname ( ... ) [WITH NO LOG]
Genero db supports the same temporary table SQL instructions as Informix. However, there are some restrictions with Genero db temporary tables:
You do not need to modify your code, as long as CREATE TEMP TABLE or SELECT INTO TEMP statements do not use any of the restrictions listed.