4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: RoadDogg on May 17, 2005, 10:14:50 AM

Title: SQL Query - add keyword for cat_id=XX
Post by: RoadDogg on May 17, 2005, 10:14:50 AM
I want to add to each picture in category 39 a further keyword ? Is this query right ?  :| I donīt know it unfortunately

Code: [Select]
INSERT INTO '4images_images' ('image_keywords') VALUES ('mynewsearchword') WHERE 'cat_id' = '39' ;
??

Title: Re: SQL Query - add keyword for cat_id=XX
Post by: martrix on May 17, 2005, 11:48:44 AM
http://dev.mysql.com/doc/mysql/en/insert.html

 :wink:
Title: Re: SQL Query - add keyword for cat_id=XX
Post by: bibabobu on June 02, 2005, 11:49:32 AM
What is the correct sql code now for inserting keywords to an specific category table :?:

I don not understand the sql syntax help.

Where do i have to write in the code in the phpmyadmin panel :?: