Tsql ordering data by specific string values
Posted
by anteneh maru
on Stack Overflow
See other posts from Stack Overflow
or by anteneh maru
Published on 2010-05-03T13:33:31Z
Indexed on
2010/05/03
13:38 UTC
Read the original article
Hit count: 227
t-sql
Hi every body
I have an audit table that have data for insert, update and delete operations. I am writing a report that will display data in the order of Insert, Update and Delete. I don't think the order by clause will help. any help?
© Stack Overflow or respective owner