I have the Table A:
-------------------
* fechaA *
-------------------
* 2017-09-01 *
* 2017-09-02 *
* 2017-09-03 *
* 2017-09-04 *
* 2017-09-05 *
* 2017-09-06 *
* 2017-09-07 *
* 2017-09-08 *
* 2017-09-09 *
* 2017-09-10 *
-------------------
And the Table B
-------------------
* fechaB *
-------------------
* 2017-09-01 *
* 2017-09-06 *
* 2017-09-10 *
-------------------
What I need is the difference of A in B
The Serious result
-------------------
* Resultado *
-------------------
* 2017-09-02 *
* 2017-09-03 *
* 2017-09-04 *
* 2017-09-05 *
* 2017-09-07 *
* 2017-09-08 *
* 2017-09-09 *
-------------------
The problem is that I do not know how to do it try with
fechaA!=FechaB
but still the result is the whole table A