Log in

View Full Version : SQL Query


KatieG
12-12-2008, 07:41 AM
Hi

I need to run an sql query, but I am not sure what to put help!

I have a Table called jokes and a field called aprove

I need to change the Value from 1 to 0

thanks

Mosh
12-12-2008, 08:26 AM
Hi

I need to run an sql query, but I am not sure what to put help!

I have a Table called jokes and a field called aprove

I need to change the Value from 1 to 0

thanks

This is the query:
UPDATE jokes SET aprove = 0;

KatieG
12-12-2008, 11:01 AM
Many thanks Mosh