u kunt substitutievariabelen gebruiken
update.sql
--
Update TableFooBar-&1 set column_foo='bar' where fooid = -99;
--
en bel dan
sqlplus foo/example@sqldat.com @update.sql <Machine-Name>
u kunt substitutievariabelen gebruiken
update.sql
--
Update TableFooBar-&1 set column_foo='bar' where fooid = -99;
--
en bel dan
sqlplus foo/example@sqldat.com @update.sql <Machine-Name>