![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Database Database problems or need to ask a question? maybe something to do with sql injections or a database software question. Database topics cover MySQL, PostgreSQL, Oracle, SQL Server or anything else related to databases. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| Lets say I have: table 'tbl_houses': - id - adress - etc.... and: table 'tbl_house_photos' - id - filename - house_id - default (tinyint(1)) It used to be that only one of the photos was 'default' (i.e. '1'), the rest of the photos was '0'. Now we want to change this to an order, default image as the first, the rest in order of the filename for starters, afterwards the order can be changed. I can simply change the 'default' to tinyint(2) (there will never be more then 99 photos, a lot less actually), and loop in PHP on every known house, and update the value accordingly. I was actually wondering wether I could to this in a direct query, like: UPDATE tbl_images SET 'order' = (IF(`house_id`=@hd,@count+1,'1'), ORDER BY `house_id`, `default`, `filename` and then somehow some code to set @hd & @count.... Grtz, -- Rik Wasmus | |||
| Featured Websites | ||||
|
![]() |
| Tags: incrementing, mysql, resetting, tables, updating, uservariable |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating a User Ranking using Mysql | Ace | Database | 1 | 05-31-2007 8:47 PM |
| Is it possible to restore MYSQL tables with only FRM files | Rock2005 | Database | 0 | 05-31-2007 8:42 PM |
| docs about access tables, operation tables, volume tables | BradPitt | Database | 0 | 05-31-2007 8:42 PM |
| Export MS Access tables with random autonumber fields to MySQL | GGL | Database | 0 | 05-31-2007 8:39 PM |
| regex for PHP variable name | Sebosac | PHP | 2 | 05-20-2007 6:34 PM |
| Featured Websites | ||||
|