Remove extra spacing

This commit is contained in:
Lorin Thwaits
2023-02-20 19:33:29 +00:00
parent 434b798c98
commit b062f2c734
1461 changed files with 13333 additions and 76271 deletions
@@ -7,7 +7,7 @@ as
begin
declare @rx_model varbinary(max) = (select model from iris_models where model_name = @model);
-- Predict based on the specified model:
exec sp_execute_external_script
exec sp_execute_external_script
@language = N'R'
, @script = N'
# Unserialize model from SQL Server