Hi,
Is it possible to create temporary table in Jmix.
Hi,
Is it possible to create temporary table in Jmix.
If you mean a temporary table in the database - yes, you can execute any SQL commands through JDBC.
Inject Spring’s JdbcTemplate
or even JDBC DataSource
in a bean and use them as in any Java application.
Thank you Konstantin Krivopustov.