ch08_instr_unicode.sql
来自「OReilly Oracle PL SQL Programming第4版源代码」· SQL 代码 · 共 7 行
SQL
7 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?