Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Oracle識別子の二重引用符をエスケープするには?
これは機能しません:
CREATE TABLE "foo""bar" ("xxx" CHAR(1))
できません:
引用符で囲まれた識別子には、任意の文字、句読点、およびスペースを含めることができます。ただし、引用符付きまたは非引用符付きの識別子には、二重引用符またはヌル文字 (\0) を含めることはできません。