I have a table emp , Fields with empname,dnname,dno,salary. now I want copy distinct salary with all emp detail from emp into new table which is not already exist in database. how would I do this ?
2 SQL Server 3324how to copy only distinct data into another table which is not already exist in database?
2 SQL Server 3638