Convert T-SQL to MySQL

后端 未结 5 1411
感情败类
感情败类 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:56

    Are the others say, it depends how long your particular piece of string is.

    But, I would suggest that you do NOT want to convert Transact-SQL to MySQL.

    If you think about it, I think that you will find that you want to convert it to ODBC.

    And then next year, when the company wants you to move it to Oracle, or Access ...

提交回复
热议问题