"Expression Builder" format of coding

  • Thread starter Rasoul Khoshravan Azar
  • Start date
R

Rasoul Khoshravan Azar

In queries, we use some expressions as follows:
Seniority: (Select Count(*) from Employees Where [HireDate] <
[EmployHireDate].[HireDate]+1;)

which are very useful for our desired calculation.
These expressions are not meaningful for me, although I can copy-paste and
use them but I would like to be able to write them by my own. For example
what is the meaning of "Select Count(*)" in above expression?
My question is that where can I find the format of these expressions and a
basic tutorial about it?

Any comment is highly appreciated.
TIA, Rasoul Khoshravan Azar
Tabriz, Iran
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top