P
Praveen Manne
Hi
I have a query, which will delete the whole record if the SSN = NULL
this is the query
Delete tblname.LN, tblname.FN from tblName where tblName.SSN = Null;
This statement is not working. Is there any wrong in the above statement ?
Please Help
Thanks
Praveen Manne
I have a query, which will delete the whole record if the SSN = NULL
this is the query
Delete tblname.LN, tblname.FN from tblName where tblName.SSN = Null;
This statement is not working. Is there any wrong in the above statement ?
Please Help
Thanks
Praveen Manne