I have two tables Import Liquidity Buffer MI, LiquidityRevisedPackDesc in Alteryx and want to perform inner join with condition same like SQL query mentioned in below
UPDATE [Import Liquidity Buffer MI] INNER JOIN LiquidityRevisedPackDesc ON [Import Liquidity Buffer MI].[Pack Level Description] = LiquidityRevisedPackDesc.PackLevelDescription SET [Import Liquidity Buffer MI].[Revised Pack] = [LiquidityRevisedPackDesc]![RevisedPack]
WHERE ((([Import Liquidity Buffer MI].[Revised Pack]) Is Null))
Could anyone please advise how to perform the above mentioned SQL query in alteryx.