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 -

c# - Chart control: Design messed Up after clearing and re-adding Y-Values -

javascript - Bootstrap Modal won't close, previously appended to Body using JQuery -