Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SQL Help for newbie

Author  Topic 

rickeyl
Starting Member

2 Posts

Posted - 2009-03-06 : 08:20:03
I have a sql 5 db with oscommerce tables in it. I have created a new table in the products table called product_mailin_rebates. I can set up the rebate from the website admin and it enters into the db as it should. I also created a table called products_rebate_expire which is the rebate expiration date also interred from admin. The problem is that this table doesn’t remove the rebate on the expire date. I don’t know if this is something done in sql or if it is done in php.

elancaster
A very urgent SQL Yakette

1208 Posts

Posted - 2009-03-06 : 08:30:33
when you say SQL 5.... do you mean mySQL 5.0 ???

....in which case you need to post your query on a mySQL forum, here is for microsoft sql server only

Em
Go to Top of Page
   

- Advertisement -