Declare a table as like MS SQL Server
Posted by:
Ra Nala
Date: January 03, 2018 11:35AM
Hi,
we are migrating reports from MS SQL Server reports to MySQL innoDB , 5.7.11 version.
i am trying to declare a table in MySQL database as like syntax exist in ms sql server. Could you please help me how can we create in MySQL.
ms sql server syntax
DECLARE @RPRT_DEF_WAR TABLE
(RPRT_ID INT,
SER VARCHAR (50),
MODEL VARCHAR (50),
P_NM VARCHAR (50)
);
Thank you
Subject
Views
Written By
Posted
Declare a table as like MS SQL Server
993
January 03, 2018 11:35AM
656
January 03, 2018 12:09PM
620
January 03, 2018 01:02PM
497
January 03, 2018 04:02PM
920
January 04, 2018 11:49AM
697
January 04, 2018 12:35PM
629
January 04, 2018 01:03PM
780
January 04, 2018 05:15PM
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.