mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -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.
|
// TODOKusto: Extract into the Kusto folder.
|
||||||
selectQuery.Append($"{KustoQueryUtils.EscapeName(urn.GetAttribute("Name"))}");
|
selectQuery.Append($"{KustoQueryUtils.EscapeName(urn.GetAttribute("Name"))}");
|
||||||
selectQuery.Append($"{KustoQueryUtils.StatementSeparator}");
|
selectQuery.Append($"{KustoQueryUtils.StatementSeparator}");
|
||||||
selectQuery.Append("limit 1000");
|
selectQuery.Append("limit 10");
|
||||||
|
|
||||||
return selectQuery.ToString();
|
return selectQuery.ToString();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user