MySQL Forums
Forum List  »  InnoDB

MS SQL Server to MySQL for WITH
Posted by: Ra Nala
Date: October 13, 2017 12:49PM

Hi,

we are migrating queries from MS SQL Server to MySQL DB in one of projects. we are facing issues for sql query. We have WITH in select query and when i place same in MySQL database then i am failing.

MS SQL Server select command.
WITH FISCAL(FY_END_DT,CFY_YEAR,CFY_START_DT,CFY_END_DT, CFY_CURRENT_MONTH) AS abc


Is there any equivalent function for (WITH) in MySQL DB?

Thank you

Options: ReplyQuote


Subject
Views
Written By
Posted
MS SQL Server to MySQL for WITH
1011
October 13, 2017 12:49PM
433
October 13, 2017 12:50PM
470
October 13, 2017 12:53PM
459
October 13, 2017 08:42PM
427
October 13, 2017 09:07PM
505
October 14, 2017 01:47AM
471
October 14, 2017 02:43PM
553
October 17, 2017 12:05PM
509
October 14, 2017 01:54AM


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.