Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 906285
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T16:21:46+00:00 2026-05-15T16:21:46+00:00

Is there a way in MySQL table to assign a default when a value

  • 0

Is there a way in MySQL table to assign a default when a value that is not in the enumeration is assigned to that field?

CREATE TABLE `comments` (
  `status` enum('approved','moderated','unmoderated') NOT NULL DEFAULT 'unmoderated'
);

Works if status is not defined at creation, but if you set it to something not in the enumeration or NULL, it is “blanked” (doesn’t seem to be NULL). I would expect it to be ‘unmoderated’ if I set it to NULL, since it can’t be null. Not sure if that makes sense. Do I need to sanitize my data before inserting to make sure the value exists in the enumeration first?

UPDATE comments SET status = NULL;
UPDATE comments SET status = 'not_in_there';
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T16:21:47+00:00Added an answer on May 15, 2026 at 4:21 pm

    If you try and set an ENUM field to a value not in the definition list then it will be inserted as index 0, an empty string. The default only comes into play if no value is specified for that column.

    I guess to do what you need you will need to check for an invalid value in the code first and then include the value you want in the query.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a php script that process keywords from a mysql table keywords (columns:
Is there an efficient way to limit the number of characters for a mysql
that´s my first question in stackoverflow . I have two MYSQL tables: categories and
In a mysql table for a date column(login_time), i need to get the logins
I have a mysql table with the following columns: group_id game_id user_id message last_update
I have a table within a mysql database. What i want to do, is
I need to rename columns in my MySQL table using PHP. This is made
I've got a certain question related to a blog, which I am developing in
This is somewhat of a multipart question, but.. I am looking to query a
I have a form on one page, some of the form data is pulled

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.