Skip to content

Commit 502611f

Browse files
Query SQL CHanges
1 parent dfac550 commit 502611f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
select top 15 * from task_execution_params
1+
select top 15 * from dbo.task_execution_params
2+
order by task_execution_id desc
3+
4+
5+
select top 15 * from dbo.task_execution
26
order by task_execution_id desc

0 commit comments

Comments
 (0)