⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ch08_instr_unicode.sql

📁 OReilly Oracle PL SQL Programming第4版源代码
💻 SQL
字号:
/* These are the four Unicode-related INSTR examples.
   You MUST execute these examples on a system using UTF-8 as
   the database character set and UTF-16 as the national character
   set. Otherwise, your output will not match that shown in the book. */
DECLARE
   --The underlying database datatype for this example is Unicode UTF-8
   x CHAR(30 CHAR) := 'The character 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -