Is it possible to perform the following query?
Delete from PBX where site_FK='15' AND Delete from customerSite where site_FK='15' AND Delete from site where site_PK='15'
I get the following error: Incorrect syntax near the keyword 'Delete'.
Is it not possible to do it in one operation because there are table dependencies?
thanxs,
alej
Delete from PBX where site_FK='15' AND Delete from customerSite where site_FK='15' AND Delete from site where site_PK='15'
I get the following error: Incorrect syntax near the keyword 'Delete'.
Is it not possible to do it in one operation because there are table dependencies?
thanxs,
alej