How to write sql query | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to write sql query

I have 3 table table A B C. A table have requestid those present in B C table . however I didn't get unique record . because in C table I have 3 record with same in the C table . in that table C two same column from here how to get unique record . can someone help here . I want data from all table but unique data.

6th Aug 2017, 7:03 AM
Pandurang Ekhande
Pandurang Ekhande - avatar
11 Answers
+ 1
thanks I will try
6th Aug 2017, 8:57 AM
Pandurang Ekhande
Pandurang Ekhande - avatar
0
Pandurang Ekhande, if you reply with your database structure maybe is better to try to help you ;-)
6th Aug 2017, 7:09 AM
Daniel
Daniel - avatar
0
can you help me how to attach the attachment so I can explain you structure of table
6th Aug 2017, 7:39 AM
Pandurang Ekhande
Pandurang Ekhande - avatar
0
You must to copy/paste code here in a post
6th Aug 2017, 7:41 AM
Daniel
Daniel - avatar
0
While maybe you share your code, you could investigate about JOIN and/or INNER JOIN
6th Aug 2017, 8:20 AM
Daniel
Daniel - avatar
0
I have already use that join but not working . I am not able to attach IMG of structure
6th Aug 2017, 8:22 AM
Pandurang Ekhande
Pandurang Ekhande - avatar
0
No, you must to copy/past text code. If you are working in a online server maybe you can share image by web url.
6th Aug 2017, 8:24 AM
Daniel
Daniel - avatar
0
@Pandurang have you done something about your problem?
7th Aug 2017, 7:01 PM
Daniel
Daniel - avatar
0
yes I have solve it . I have taken it at sequence I'd and sort out it
7th Aug 2017, 7:02 PM
Pandurang Ekhande
Pandurang Ekhande - avatar
0
Excellent, maybe is a good idea you post the solution ;-)
7th Aug 2017, 7:08 PM
Daniel
Daniel - avatar