Add test verification files

This commit is contained in:
Rhodon
2023-05-04 14:24:04 +02:00
parent a52326ca0d
commit f806c1cd1f
3 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
SELECT [c].[Id]
FROM [BaseProvider] AS [b]
INNER JOIN [Concrete] AS [c] ON [b].[Id] = [c].[BaseProviderId]