我滴个乖乖
This commit is contained in:
10
ZelWiki.Repository/Scripts/GetExceptionById.sql
Normal file
10
ZelWiki.Repository/Scripts/GetExceptionById.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
SELECT
|
||||
Id,
|
||||
[Text],
|
||||
[ExceptionText],
|
||||
[StackTrace],
|
||||
[CreatedDate]
|
||||
FROM
|
||||
[Exception]
|
||||
WHERE
|
||||
Id = @Id
|
||||
Reference in New Issue
Block a user