mysql t-sql,将T-SQL转换为MySQL
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.
解決方案
The short answer: NO
The medium answer: MAYBE
The long answer: That depends on what's in your TSQL and how much time and effort you want to put into it.
TSQL is not a subset of MySQL's dialect. So there exists some TSQL for which there is no MySQL conversion. However, the overlap between the two languages is pretty significant, and to a certain degree the conversion is just a matter of syntax.
This isn't a new problem, and some people have tried to tackle it. A quick google search for "tsql to mysql" yields some promising results, notably this project here, which attempts to convert stored procedures from TSQL to MySQL:
This probably won't solve your problem completely, but it's at least a start.
總結
以上是生活随笔為你收集整理的mysql t-sql,将T-SQL转换为MySQL的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: mysql 释放空间_07_MySQL
- 下一篇: win8配置iis8.0+php+mys