You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight-aks/trademarks.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,5 @@ Product names, logos and other material used on this Azure HDInsight on AKS lear
17
17
- Apache HBase, HBase and the HBase logo are trademarks of the [Apache Software Foundation](https://www.apache.org/) (ASF).
18
18
- Apache, Apache Cassandra, Cassandra and Cassandra logo are trademarks of the [Apache Software Foundation](https://www.apache.org/) (ASF).
19
19
- Apache®, Apache Spark™, Apache HBase®, Apache Kafka®, Apache Cassandra® and Apache Flink® are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries. The use of these marks does not imply endorsement by The Apache Software Foundation.
20
+
21
+
All product and service names used in these pages are for identification purposes only and do not imply endorsement.
Copy file name to clipboardExpand all lines: articles/synapse-analytics/get-started-analyze-sql-pool.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ A dedicated SQL pool consumes billable resources as long as it's active. You can
105
105
GROUP BY passenger_count;
106
106
107
107
SELECT * FROM dbo.PassengerCountStats
108
-
ORDER BY passenger_count;
108
+
ORDER BY PassengerCount;
109
109
```
110
110
111
111
This query creates a table `dbo.PassengerCountStats` with aggregate data from the `trip_distance` field, then queries the new table. The data shows how the total trip distances and average trip distance relate to the number of passengers.
0 commit comments