if my databse table is like::
id name
1 Mani
1 Manish
2 mani
2 manish
3 abcd
4 efgh
now i want to lik::
id name 1 Manish 2 manish 3 abcd 4 efgh
(I need to distinct value of id and last row value of name by sql query)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
IF that´s doesn’t matter it.