Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NULLTSQL クエリから意図的に返す方法はありますか?
NULL
最も簡単な方法は、それを選択することです。
select NULL
私はSybaseを使用していませんが、次のようなことができるはずです。
SELECT CAST(NULL as int) AS NULLint --specify the appropriate datatype