Reputation: 2726
Is it possible to automatically populate empty or null field with sql query? For example i have have table with three columns; ID, Name, Letter.
When fetching data with SELECT ID, Name, Letter FROM table
i want to fill column Letter with A if it is empty for certain record?
Upvotes: 0
Views: 1051