Select * from (Select [DBId], [Id], [Label], [Inverselabel] from [RelationType]) as [Res1] INNER JOIN (Select [DBId], [Id], [Label], [Inverselabel] from [RelationType]) as [Res2] ON ([Res1].[DBId] = [Res2].[DBId] and [Res1].[Label] = [Res2].[Inverselabel] and Not...
Select * from [GLYEBalance] LEFT JOIN [GLPeriod] ON ([GLYEBalance].[GLPeriodId] = [GLPeriod].[Id] and [GLYEBalance].[DBId] = [GLPeriod].[DBId]) where [GLPeriod].[Id] Is Null or Not [GLYEBalance].[StartDate] = [GLPeriod].[StartDate] or Not [GLYEBalance].[EndDate] =...
SUPPLIER INVOICE (header): RecordType;DBId;Ref;Desc;Number;SupplierName;InvoiceDate;InvoiceFCurrency;CurrencyRate;Description;Type;SupplierNumber Nr Name Type Description 1 RecordType Long Type of object to import. Type 24 is for supplier invoice 2 DBId...