Click here to Skip to main content
15,903,175 members

Comments by Alexander andri (Top 2 by date)

Alexander andri 20-Jun-13 3:06am View    
Check you query, compare you query column with code column.
Must be same.
Alexander andri 17-Jun-13 22:48pm View    
You can use union like:

select PID, BranchName, Outlet1, s15Days, s30Days, s60Days
union
select PID, BranchName, Outlet2, s15Days, s30Days, s60Days
union
select PID, BranchName, Outlet3, s15Days, s30Days, s60Days