Status


UPDATE users

SET marital_status = 'married'

WHERE user_name = 'tamta'

3 Comments

  1. chipheo:

    I don’t think your SQL will work. Why?

    Because of this ` and ’

    It should be ‘ and ‘

    Cheers and welcome to the family-man club :-)

  2. chipheo:

    ' and '

  3. admin:

    Thanks chipheo, I have corrected the syntax :)

Leave a comment