Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
<no name> by Anonymous
QUERY 1

INSERT INTO [idp].[UserAccount] ([Id], [Identifier] ,[Email] ,[EmailValidated] ,[EmailValidatedAt] ,[PhoneValidated] ,[Disabled] ,[Deleted], [MfaEnabled])
         VALUES ([shared].uniqueid(0), '29fefbc4-0084-4e83-a566-1b98089d7566' ,'bateaubay@twcmgroup.com' ,1 ,'2025-02-27 04:37:19' ,0 ,0 ,0 ,0)
         
         SELECT TOP 1 * FROM [idp].[UserAccount] ORDER BY Id DESC
         
         
QUERY 2

INSERT INTO [idp].[UserAccountIdentity]
           ([Id],[IdentityProviderId],[Identifier],[UserAccountId],[Deleted])
         VALUES
           ([shared].uniqueid(0),718346354094507013,'bateaubay@twcmgroup.com',950283282979750912,0)
           
           SELECT TOP 1 * FROM [idp].[UserAccountIdentity] ORDER BY Id DESC
           
           
QUERY 3

INSERT INTO [api].[OperatorIdentity]
           ([Id],[Deleted])
           VALUES
           ([shared].uniqueid(0) ,0)

           SELECT TOP 1 * FROM [api].[OperatorIdentity] ORDER BY Id DESC

           
QUERY 4

INSERT INTO [api].[Operator]
           ([Id],[IdentityId],[TenantId],[SourceId],[SourceIdentifier],[Surname],[GivenName],[Gender],[Deleted])
           VALUES
           ([shared].uniqueid(0),834394572669846528,706840070690178795,1,'AAQAbpwVMA0','TerryWhite Chemmart','Bateau Bay',0,0)

            SELECT TOP 1 * FROM [api].[Operator] ORDER BY Id DESC

           
QUERY 5

INSERT INTO [api].[Tenant]
           ([Id] ,[ClientId] ,[SharedIdentifier] ,[Name] ,[Deleted])
           VALUES
           ([shared].uniqueid(0) ,7234022819097704308 ,'3507' ,'TerryWhite Chemmart Bateau Bay' ,0)

            SELECT TOP 1 * FROM [api].[Tenant] ORDER BY Id DESC

           
Cached Result
Last Run: 7:37:18 pm
Compile: 0.127s
Execute: 0.08s
Memory: 4.93Mb
CPU: 0.207s