-
Hi,
I am trying to fetch data from two tables using join but i am not getting any idea how to implement it.I have two tables
a)Case
it has caseidA single case will have many responses
b)response
It has responseid and caseidNow i want to fetch all cases order by latest responses .
Any Help ?
Edit:-Will this support one to many relation ????? . i am looking to filter the duplicate value
This might help you a lot for further such queries.
http://www.w3schools.com/sql/sql_join.asp