瀏覽代碼

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 $$;