Jump to content

how do I do this sql queury/execute?


Recommended Posts

Posted

in a ccs database (IP_ccs_custom_database_4) I have a field for each entry ( record_comments_queued ) that I need to change to 0 throughout all 130 entries.
I have never done something like this and wanted to try (I am using test database to do it) this way instead of d/l sql and doing find/replace.

would it be something based on this?

UPDATE table_name SET field1=new-value1, field2=new-value2 [WHERE Clause]

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...