try this sql
select '你' as tt from dual;
select '你好啊' as tt from dual;
========
i've tried so many times and found that when the length of chinese chars is Odd number, the last chinese char display as '�?'.
select sysdate, row_number() over(partition by sysdate order by case when trunc(sysdate) >= trunc(sysdate) then '0' else '1' end) as rn
from dual
The beautifier caused an error when i try to beautify the sql above.
not confirm twice, but some tab confirm more than once.
open 4 tab or more, each tab run different sql, then close pl/sql.
see the detail on the message box
the icon of sort button display incorrect.
when i sort the result "ascend" , the "triangle" displayed as "descend".
when i sort the result "descend" , the "triangle" displayed as "ascend".
i want to define a quick input :
when i input "se" and press tab , then the string "select" displayed in the editor.
is there any plugin can do this? thanks