Good day! I am trying to compile the procedure package in plsql developer, I swear at the subquery in the procedure, googling, I learned that such things are not supported by the developer. Unfortunately, my knowledge is not enough to find a solution that will replace this subquery, I can count on help with finding an option? The very line of code that swears
begin -- проверка, числится ли эталон в перечне неработоспособных if p_StandartId in (select n.standart_id from metrology.non_workable_standarts n) then