[snip]
1- I need a way to mark (somewhere) that the record
came up in a search.  i.e. 700 records were returned
in a search, each one needs to a) be marked that it
came up in a search b) that number needs to be
incremented 

2- Step further, out of those 700 records, user
chooses to view details on 30 of them - those records
now need to be marked as "viewed", again ,
incrementing everytime they are viewed is needed.
[/snip]

Additional tables to hold status information is in order. You would
query those tables for their current counts and update as required.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to