Results 1 to 3 of 3

Thread: auto delete row under day condition

  1. #1
    Join Date
    Jul 2003
    Posts
    421

    auto delete row under day condition

    my table have on column call submit time 02/22/2009, and I have one column call receiveall, defaul value is false, can I do if 8 days late, the receiveall still false, automatic deal this row???
    ________
    TOYOTA HIACE
    Last edited by sql; 03-06-2011 at 02:08 AM.

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Write your code and run it as scheduled job.

  3. #3
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    or create a trigger that deletes the data whenever a change happens on that table.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •