我试图弄清楚为什么下面的SQL语句不会在oracle中返回值do
Select 'do' from dual where trim(' ') = ''
在哪里
Select 'do' from dual where trim(' a ')='a'
返回值do.
sql oracle
oracle ×1
sql ×1