Convert T-SQL to MySQL

后端 未结 5 1410
感情败类
感情败类 2020-12-06 00:57

Is there an easy way to convert Transact-SQL to MySQL?


I am attempting to convert a database archive of stock ticker symbols and company names.

5条回答
  •  醉梦人生
    2020-12-06 01:39

    How about using SQL Server Linked Servers ? You can SELECT, INSERT, UPDATE and DELETE data from MySQL using TSQL

提交回复
热议问题