Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
Else If statement by Anonymous
SELECT 
    '0X0X' AS [C1], 
    [Extent1].[Id] AS [Id], 
    [Extent2].[FullName] AS [FullName], 
    [Extent1].[EnrollmentDate] AS [EnrollmentDate]
    FROM  [dbo].[Students] AS [Extent1]
    INNER JOIN [dbo].[People] AS [Extent2] ON [Extent1].[Id] = [Extent2].[Id]
Cached Result
Last Run: 7:31:22 pm
Compile: 0.74s
Execute: 12.248s
Memory: 32.25Mb
CPU: 4.531s