The command used to select only non-empty records in SQL tables is is not null. You can simply add it to your sql query as in the example below.
fiyat IS NOT NULL; Example; SELECT * FROM products WHERE fiyat IS NOT NULL;
Web Tasarım Ajansı