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

c++ - C/pp Sockets, recv()/send() works only under gdb -

GO: Serve static pages -

objective c - How to open front/back camera at the same time in iOS developing? -