Hi all
I have the following problem with the statement below
---------------------------------------------------------
SELECT [ID], [Domain], [TLD], [LoginName], [Passwort], [FK_ID_Server], [Email_best] FROM [data].[dbo].[Kunden] WHERE [FK_ID_SERVER]= select [BS] from [data].[dbo].[Server] Where [BS]='NT'
--------------------------------------------------------
i need to select only the recordsets where FK_ID_Server and BS match, how can i realize this, which means, if FK_ID_Server = 1 then BS = Linux and so on, so i can select the right recordset
thank you in advance for your trouble
I have the following problem with the statement below
---------------------------------------------------------
SELECT [ID], [Domain], [TLD], [LoginName], [Passwort], [FK_ID_Server], [Email_best] FROM [data].[dbo].[Kunden] WHERE [FK_ID_SERVER]= select [BS] from [data].[dbo].[Server] Where [BS]='NT'
--------------------------------------------------------
i need to select only the recordsets where FK_ID_Server and BS match, how can i realize this, which means, if FK_ID_Server = 1 then BS = Linux and so on, so i can select the right recordset
thank you in advance for your trouble