Help with a SELECT expression

Hi guys! I hope you’re fine, I have a doubt

If for example I have a table called TIMESHEET
and I have the next columns inside of it

  • employees (ref)
  • date (date)
  • entranceHour (time)
  • outHour (time)

Here is what I want to do ->

How can I select the entranceHour and the outHour as well of a certain employee, I don’t want to select all the entranceHours and Out Hours, only those belonging to a certain employee.

I hope you could help me with that expression please!

0 4 435
4 REPLIES 4
Top Labels in this Space