how to compare the values inside a table in sql
Posted
by Ranjana
on Stack Overflow
See other posts from Stack Overflow
or by Ranjana
Published on 2010-06-10T12:40:06Z
Indexed on
2010/06/10
12:42 UTC
Read the original article
Hit count: 152
how to compare the values of same table(say for eg: Order table) each and every time the record get inserted , if the record with same values get inserted already in same table i should not insert the new record with same values. how to do that exactly in sql server 2008
© Stack Overflow or respective owner