QuestionQ22
Design and develop database solutionsYou have a SQL database in Microsoft Fabric that includes a column named Payload. Payload stores customer data in JSON documents in the following format.

Data analysis indicates that some customers use subaddressing in their email addresses, for example, user+tag@contoso.com.
You need to return a normalized email value that removes the subaddressing; for example, user1+tag@contoso.com must be normalized to user1@contoso.com.
Which Transact-SQL expression should you use?
Community Discussion