Hi all,
Im having problem and im spending half of the time for this. I have a databse for sms chat service. and a table containing the details such as mobileno,messag e,language,plac e,category,date ,year.In this table i have a huge number of records. Now the problem is that i need to sort my table. I need the result in the same format(mobileno ,message,langua ge,...).And no duplication for mobileno.
Same mobileno will send more than one message.But i need only unique mobileno.In this situtaion what query can i give. I tried with some select query but all are giving the duplication of mobileno.
Pls help if anyone knows abt this.
Thanks in advance.
Jeen
Im having problem and im spending half of the time for this. I have a databse for sms chat service. and a table containing the details such as mobileno,messag e,language,plac e,category,date ,year.In this table i have a huge number of records. Now the problem is that i need to sort my table. I need the result in the same format(mobileno ,message,langua ge,...).And no duplication for mobileno.
Same mobileno will send more than one message.But i need only unique mobileno.In this situtaion what query can i give. I tried with some select query but all are giving the duplication of mobileno.
Pls help if anyone knows abt this.
Thanks in advance.
Jeen
Comment