Microsoft T-SQL to Oracle SQL translation

后端 未结 12 1289
醉酒成梦
醉酒成梦 2020-12-01 05:28

I\'ve worked with T-SQL for years but I\'ve just moved to an organisation that is going to require writing some Oracle stuff, probably just simple CRUD operations at least u

12条回答
  •  感动是毒
    2020-12-01 06:23

    I get the impression most answers focus on migrating an entire database or just point to some differences between T-SQL and PL/SQL. I recently had the same problem. The Oracle database exists, but I need to convert a whole load of T-SQL scripts to PL/SQL.

    I installed Oracle SQL Developer and ran the Translation Scratch Editor (Tools > Migration > Translation Scratch Editor).

    Then, just enter your T-SQL, choose the correct translation in the dropdownlist (it should default to 'T-SQL to PL/SQL'), and convert it.

提交回复
热议问题