sql error
-
hi friends select distinct(cname),names,address,phone from post_add this my code.here i used distinct in one column but it is showed the following output. this the rusult ijjklokjlCHR3 sara CHR1 sara CHR2 how to solve error regards saravanan
-
hi friends select distinct(cname),names,address,phone from post_add this my code.here i used distinct in one column but it is showed the following output. this the rusult ijjklokjlCHR3 sara CHR1 sara CHR2 how to solve error regards saravanan
This may be helpfull to you. Make sure that there may be uniquekey(cname) in another table. http://www.15seconds.com/Issue/011009.htm
-
hi friends select distinct(cname),names,address,phone from post_add this my code.here i used distinct in one column but it is showed the following output. this the rusult ijjklokjlCHR3 sara CHR1 sara CHR2 how to solve error regards saravanan
Why did you post this in the ASP.NET forum. This is purely a SQL question. It should be posted in the SQL Forum.