mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
Query to get 10 rows for Kusto queries
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Microsoft.Kusto.ServiceLayer.Scripting
|
||||
// TODOKusto: Extract into the Kusto folder.
|
||||
selectQuery.Append($"{KustoQueryUtils.EscapeName(urn.GetAttribute("Name"))}");
|
||||
selectQuery.Append($"{KustoQueryUtils.StatementSeparator}");
|
||||
selectQuery.Append("limit 1000");
|
||||
selectQuery.Append("limit 10");
|
||||
|
||||
return selectQuery.ToString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user