How to select Distinct columns from the table, table having
20 columns and i want all coulmns
Answer Posted / latha.s
select distinct * from tablename;
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is data compression?
What is the difference between join and inner join?
What is sqlservr.exe - process - sql server (sqlex?press)?
What is the report model project?
How to set database to be read_only in ms sql server?
How to optimize stored procedures in sql server?
What is the difference between Triggers and Stored Procedure?
Is it true that rules do not apply to data already existing in a database at the time the rule is created?
what are the different types of replication you can set up in sql server? : Sql server database administration
What is a non-clustered index?
Difference between LEN() and DATALENGTH() in sql server ?
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
What were the latest updates to SQL Azure service?
How to view existing indexes on an given table using sys.indexes?
Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .