Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
<no name> by Anonymous
SELECT [t].[Id], [t].[SomeData]
FROM [Tests] AS [t]
WHERE [t].[Id] < 10
EXCEPT
SELECT [t1].[Id], [t1].[SomeData]
FROM [Tests] AS [t1]
WHERE [t1].[Id] < 20
Cached Result
Last Run: 1:30:20 am
Compile: 0.099s
Execute: 0.81s
Memory: 46.84Mb
CPU: 0.909s