Community

Multiple sorts without using dynamic SQL

By Jim Haire – Have you ever wanted the order of your data sorted differently based on some condition? You could do it by coding multiple cursors or creating dynamic SQL. Here is a way to do it with static SQL and only one cursor.

Read More - Register for Free Membership

Tags: