How do I write a PL/SQL code that checks if a value exists in table_name.column name before inserting into it?

后端 未结 0 1453
一向
一向 2020-12-15 02:42

insert into AIRPORT_DIM select airportkey_Seq.nextval, AIRPORTID , CITY_NAME,NULL, NULL from TMP_AIRPORT;

how do I turn the above insert SQL code into a pl/sql code t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题