Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2023 03:14 AM - edited 12-27-2023 03:16 AM
Hi All,
I am unable to run this
ALTER TABLE TABLE_NAME alter column column_name set default 'value'
as shown in the solution.
I was able to run the previous queries. But here, I am getting an error.
Can someone suggest a solution, I have a table with 20+ columns and I want to set '0' as default for majority of them.