简体   繁体   English

PL / SQL库可模拟mysql内置功能

[英]PL/SQL library to emulate mysql built-in functions

I need to convert the queries of a MySql-only project to Oracle. 我需要将仅MySql项目的查询转换为Oracle。 Is there a PL/SQL library that emulates the MySql built-in functions? 是否有一个PL / SQL库模仿MySql内置函数?

Thanks in advance. 提前致谢。

I don't know of any library like you're asking for, there are some tools that might help you though. 我不知道您所要求的任何库,但是有些工具可能会对您有所帮助。 I found this site that tells you the equivalent functions and data types between the two DBMS, and it looks like they have a free online tool you could run your project through which might be the best option if it's not too big. 我发现此站点告诉您两个DBMS之间的等效功能和数据类型,并且看起来它们有一个免费的在线工具,您可以运行您的项目,如果不是太大的话,这可能是最好的选择。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM