KoderPlace
PostCode
Blog
Sign in
KoderPlace
KoderPlace
PostCode
Blog
Login
1 Searches Found
Mysql Programming Default() Code Samples
Post Code Samples
Filters
Search Language
Search Tags
Apply
MySQL | DEFAULT() Function
Reshma
| 5 years, 3 months
SELECT DEFAULT (COLUMN_NAME) FROM TABLE_NAME;
The DEFAULT() function returns the default value for table column.
default()
mysql