Need help changing data of one whole column in database

hi guys
i need help changing data of one whole column in database
what i want to do is…
this screen with a dropdown, for example i chose the not enrolled option and submitted it

would change all the values in the estatus column into “NotEnrolled”

is this possible?

Hi,

Have you tried writing any code? Read some tutorials on W3 School or something and check out some operators and functions like SELECT, WHERE, UPDATE, SET, etc.

ok thx
ive now solved it

Sponsor our Newsletter | Privacy Policy | Terms of Service