MySQL Forums
Forum List  »  Microsoft SQL Server

Convert from sql server to MySql
Posted by: DeAndra Hayes
Date: November 13, 2018 04:11PM

Hello all, can someone explain to me what the following line of code means in MS Sql and how i can convert it to MySql.

declare @sources nvarchar(4000) = REPLACE(N'insert into #sourceprts select src.* from ({{STATEMENT}}) src', N'{{STATEMENT}}', @SourcePryStat)

Options: ReplyQuote


Subject
Written By
Posted
Convert from sql server to MySql
November 13, 2018 04:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.