| Author |
Topic |
|
sqlserver5
Starting Member
19 Posts |
Posted - 2008-01-08 : 03:06:39
|
| ename snamebilla rajajj fksbilla rajajj jfg i need the output is following wiseename snamebilla rajajj fks jfg |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-01-08 : 03:20:24
|
| SELECT DISTINCT ename,snameFROM Table |
 |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2008-01-08 : 03:36:16
|
Well, the topic title is not the same as the question.If you want to avoid duplicates, create a unique constraint/index. E 12°55'05.25"N 56°04'39.16" |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
sqlserver5
Starting Member
19 Posts |
Posted - 2008-01-08 : 03:55:23
|
| No Peso using select distinct ename,loc,sal from emp it will produce the result but in that duplicate values are also occuredso only i asked how to avoid duplicate values |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2008-01-08 : 03:58:33
|
quote: Originally posted by sqlserver5 No Peso using select distinct ename,loc,sal from emp it will produce the result but in that duplicate values are also occuredso only i asked how to avoid duplicate values
Can you post some sample data with expected result?MadhivananFailing to plan is Planning to fail |
 |
|
|
sqlserver5
Starting Member
19 Posts |
Posted - 2008-01-08 : 03:59:08
|
| yes visak16 your query will work but how to avoid duplicate values |
 |
|
|
sqlserver5
Starting Member
19 Posts |
Posted - 2008-01-08 : 04:06:26
|
| yes madhi<u>table</u>name dep locraja cs madurairoja cs chennairaja cs maduraiwrite a query for the following outputname dep locraja cs madurairoja chennai |
 |
|
|
sqlserver5
Starting Member
19 Posts |
Posted - 2008-01-08 : 04:06:27
|
| yes madhi<u>table</u>name dep locraja cs madurairoja cs chennairaja cs maduraiwrite a query for the following outputname dep locraja cs madurairoja chennai |
 |
|
|
sqlserver5
Starting Member
19 Posts |
Posted - 2008-01-08 : 04:07:25
|
| how to align the text in the msg box in forum |
 |
|
|
sqlserver5
Starting Member
19 Posts |
Posted - 2008-01-08 : 04:48:44
|
| Dear madhi can you get my data |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|