MySQL query calling other SQL files to execute in order -
so have java ee application , use hibernate. have created import.sql file loaded each time start application.
my issue database quite big, have startup data prepared in separate sql files, should load in order.
so within sql script file need call or import or load other sql files in folder above 1 (path not problem).
i grateful solution mysql , maybe oracle db (but mysql more important atm).
thanks!
ok thing moment not possible load other query script files in 1 another. raw data load data infile, otherwise not possible.
Comments
Post a Comment