Skip to content

Commit fd71c2e

Browse files
authored
Merge pull request #58027 from mamccrea/userstory1336184
Stream Analytics: fix screenshot/query
2 parents 9f18b0a + 6e76f46 commit fd71c2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/stream-analytics/stream-analytics-machine-learning-integration-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ Stream Analytics uses a declarative, SQL-based query to examine the input and pr
194194

195195
3. Enter the following query:
196196

197-
```
197+
```SQL
198198
WITH sentiment AS (
199-
SELECT text, sentiment(text) as result
199+
SELECT text, sentiment1(text) as result
200200
FROM datainput
201201
)
202202

0 commit comments

Comments
 (0)