mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Remove extra spacing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user