Jump to content

[SOLVED] MySQL query help


Stephen68

Recommended Posts

I have a DB that has a ENUM set to true,false, what I was wondering if there was a way to set all records in the database to false that are of a certain type.

I could count the entries and then fun a loop or something I guess but I thought maybe there was a better way.

 

Here is more of what I mean I have a table with a field "Type" and "Display", display being the ENUM field. What I'm looking for is

to set all the records of type "X-type" to false. Any help would be great.

 

Stephen

 

 

Link to comment
https://forums.phpfreaks.com/topic/78704-solved-mysql-query-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.