All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sql.id-table.idtable.cloudscape Maven / Gradle / Ivy

There is a newer version: 6.0
Show newest version
#foreach ($tbl in $tables)
insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES ($initialID, '$tbl.Name', $initialIDValue, $initialIDStep);
#set ( $initialID = $initialID + 1 )
#end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy