Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7444117
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T11:26:34+00:00 2026-05-29T11:26:34+00:00

I have a trigger but when it tries to run I get The Row

  • 0

I have a trigger but when it tries to run I get

The Row values(s) updated or deleted either do not make the row unique…

I want to update a table when the col REDEEMED in the triggered table is updated.

What do I need to change in my trigger to make this work?

Table GeneratedCouponCounter:

    Id int (primary key)
    CouponId int
    NrOfRedeemedCoupons int
    NrOfGeneratedCoupons int
    LastGenerated datetime
    LastRedeemed datetime
    CreatedOn datetime

Trigger:

CREATE TRIGGER trigger_update
ON GeneratedCoupon2
AFTER UPDATE
AS
    IF( UPDATE(REDEEMED))
    begin        
        update GeneratedCouponCounter
        SET NrOfRedeemedCoupons = NrOfRedeemedCoupons +1,[LastRedeemedOn] = getdate()
        where CouponId IN (SELECT CouponID from INSERTED)
    end

Thanx!

/Mike

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T11:26:36+00:00Added an answer on May 29, 2026 at 11:26 am

    Create PRIMARY KEY on GeneratedCoupon2 table, also the WHERE part of update will case errors when you update more than one record on ‘GeneratedCoupon2’ table. Change it to:
    where CouponId IN (SELECT CouponID from INSERTED)

    EDIT:
    Changed table name where KEY is needed to reflect fix to the problem.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this Trigger in Postgresql that I can't just get to work (does
I have an auditing trigger that automatically places the time something was updated and
I have trouble defining a trigger for a MySQL database. I want to change
I am not sure what is going on, but i get this weird issue
I want to make a unique constraint in my Doctrine 2 entity such that
I have python script that works fine but only when run as stand-alone, while
I have a trigger that stores changes made in a separate table when a
I have a trigger to check for a single column in a table, when
I have below trigger ALTER TRIGGER [dbo].[DeleteUserData] ON [dbo].[site_users] AFTER DELETE AS BEGIN SET
If I have a trigger before the update on a table, how can I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.