You can use the is null command to return only empty records from sql tables as a certain condition. For this, you can simply add the following code to your query.
fiyat IS NULL
Tüm bir sorgu örneği;
SELECT * FROM urunler WHERE fiyat IS NOT NULL;