소스 검색

small fixs

Volovikov Alexander 4 달 전
부모
커밋
e945b4b475
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      _Infra/scripts/HomeWork20250206_Part2.sql

+ 3 - 2
_Infra/scripts/HomeWork20250206_Part2.sql

@@ -70,10 +70,11 @@
 			
 			end if;
 			
-            var_result := (var_temperature - var_interpolation.x0) * (var_interpolation.y1 - var_interpolation.y0) / var_denominator + var_interpolation.y0;
-			raise notice 'Результат: %', var_result;
+                       var_result := (var_temperature - var_interpolation.x0) * (var_interpolation.y1 - var_interpolation.y0) / var_denominator + var_interpolation.y0;
 		
 		end;
 		end if;
 
+	        raise notice 'Результат: %', var_result;
+
  end $$;