Delete Query + inner join
I'm trying to delete rows from "tmp_fdfac" and it says "Incorrect syntax
near the keyword 'inner'"...... this is the query:
----------------
Delete from tmp_fdfac inner join WREP_fdfac_XX on tmp_fdfac.cliente=WREP_fdfac_XX.cliente
----------------
Thanks.

