獲取你自己的 SQL 伺服器
SQL 語句
SELECT * FROM cars WHERE model IS NULL;
結果
brand | model | year -------+-------+------ (0 rows)