sql server - SQL Syntax on DISTINCT Query -


I have an employee table with their department code. I want a list of different departments and their first Created date It will also show that the first time the employee was enrolled for a particular department in the employee table.

I used:

  choose interoperato, created from the employee  

The date return incorrect is incorrect.

A specific syntax to control this problem.

Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -