Oracle reads empty strings as NULLs, while PostgreSQL treats them as ... SELECT id, content, CASE WHEN content IS NULL THEN 1 ELSE 0 END AS ...
確定! 回上一頁