Hi,
Actually my table deals with mobileno: and the detail such as message,language,place,category.
This records are used for sms purpose. So i need the distinct values of that tables.
Eg: select distinct * into tablename from tablename
But in this case i wil get mobileno duplication.ie,one person can send different mess.So it wil display
mobileno mess lang category
12345 hai eng text
12345 hi eng text
My main problem is that its giving error connection broken,time expired etc.
Wat is the solution for this?
Help pls.
Thank You
Jeen