Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 42218a7

Browse files
authored
Merge pull request #1278 from sql3d/patch-1
Add close parentheses to example query
2 parents 9c6a371 + cc34dca commit 42218a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/queries/predict-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ DECLARE @logit_model varbinary(max) = "SELECT TOP 1 [model_binary] from [models_
112112
DECLARE @input_qry = "SELECT ID, [Gender], [Income] from NewCustomers";
113113

114114
SELECT PREDICT [class]
115-
FROM PREDICT( MODEL = @logit_model, DATA = @input_qry
115+
FROM PREDICT( MODEL = @logit_model, DATA = @input_qry)
116116
WITH (class string);
117117
```
118118

0 commit comments

Comments
 (0)