Click here to Skip to main content
15,890,123 members
Home / Discussions / Database
   

Database

 
QuestionProblem With Case When then Pin
ais075-Jan-09 18:25
ais075-Jan-09 18:25 
AnswerRe: Problem With Case When then Pin
Ashfield5-Jan-09 21:06
Ashfield5-Jan-09 21:06 
GeneralRe: Problem With Case When then Pin
Wendelius6-Jan-09 4:23
mentorWendelius6-Jan-09 4:23 
GeneralRe: Problem With Case When then Pin
Ashfield6-Jan-09 9:12
Ashfield6-Jan-09 9:12 
GeneralRe: Problem With Case When then [modified] Pin
Wendelius6-Jan-09 9:20
mentorWendelius6-Jan-09 9:20 
QuestionRestoring backup of main server into local server Pin
Shravanthi5-Jan-09 17:52
Shravanthi5-Jan-09 17:52 
AnswerRe: Restoring backup of main server into local server Pin
Wendelius5-Jan-09 21:48
mentorWendelius5-Jan-09 21:48 
Questionsql query Pin
kadkir5-Jan-09 17:01
kadkir5-Jan-09 17:01 
I have a table with the following data
Row | IssuedBankId | paidBankId | Payable | Receivable
1 | 1 | 2 | 1000 | 2000
_____________________________________________________________
2 | 1 | 3 | 1100 | 3000
_____________________________________________________________
3 | 1 | 4 | 4000 | 5000
_____________________________________________________________
4 | 2 | 1 | 2000 | 1000
_____________________________________________________________
5 | 3 | 1 | 3000 | 1100
_____________________________________________________________
6 | 4 | 2 | 5000 | Null
_____________________________________________________________
7 | 5 | 4 | 1000 | Null

I want to eliminate rows 4,5 bcoz we have the same info in row 1,2 respectively. Just payable, receivable amnts are interchanged. how can I get it. Please give me some Idea.

Thaking You,
Kiran.
AnswerRe: sql query Pin
Garth J Lancaster5-Jan-09 17:32
professionalGarth J Lancaster5-Jan-09 17:32 
GeneralRe: sql query Pin
kadkir5-Jan-09 18:03
kadkir5-Jan-09 18:03 
AnswerRe: sql query Pin
Wendelius5-Jan-09 21:56
mentorWendelius5-Jan-09 21:56 
GeneralRe: sql query Pin
kadkir5-Jan-09 23:07
kadkir5-Jan-09 23:07 
GeneralRe: sql query Pin
Wendelius5-Jan-09 23:26
mentorWendelius5-Jan-09 23:26 
GeneralRe: sql query Pin
kadkir6-Jan-09 21:23
kadkir6-Jan-09 21:23 
GeneralRe: sql query Pin
Wendelius7-Jan-09 0:45
mentorWendelius7-Jan-09 0:45 
GeneralRe: sql query Pin
kadkir7-Jan-09 19:17
kadkir7-Jan-09 19:17 
GeneralRe: sql query Pin
Wendelius7-Jan-09 19:41
mentorWendelius7-Jan-09 19:41 
QuestionImport Data From Other Database and Eliminate Duplicates Pin
polishprogrammer5-Jan-09 9:59
polishprogrammer5-Jan-09 9:59 
AnswerRe: Import Data From Other Database and Eliminate Duplicates Pin
Wendelius5-Jan-09 10:25
mentorWendelius5-Jan-09 10:25 
GeneralRe: Import Data From Other Database and Eliminate Duplicates Pin
polishprogrammer5-Jan-09 10:38
polishprogrammer5-Jan-09 10:38 
GeneralRe: Import Data From Other Database and Eliminate Duplicates Pin
Wendelius5-Jan-09 10:58
mentorWendelius5-Jan-09 10:58 
GeneralRe: Import Data From Other Database and Eliminate Duplicates Pin
polishprogrammer7-Jan-09 9:47
polishprogrammer7-Jan-09 9:47 
GeneralRe: Import Data From Other Database and Eliminate Duplicates Pin
Wendelius7-Jan-09 10:00
mentorWendelius7-Jan-09 10:00 
GeneralRe: Import Data From Other Database and Eliminate Duplicates Pin
polishprogrammer8-Jan-09 10:56
polishprogrammer8-Jan-09 10:56 
GeneralRe: Import Data From Other Database and Eliminate Duplicates Pin
Wendelius8-Jan-09 11:06
mentorWendelius8-Jan-09 11:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.