SQL portability gotchas
问题 My company has me working on finishing a back end for Oracle for a Python ORM. I'm amazed at how much differently RDBMSes do things even for the simple stuff. I've learned a lot about the differences between Oracle and other RDBMSes. Just out of sheer curiosity, I'd like to learn more. What are some common "gotchas" in terms of porting SQL from one platform to another? Please, only one gotcha per answer. 回答1: Oracle does not seem to have a problem with cursors, they are a huge performance