View Single Post
  #2  
Old 05-08-2002, 07:27 AM
Malevolent
Hill Giant
 
Join Date: Mar 2002
Posts: 171
Default

Lurk, check the delete from sql grammar you're using.

ex:

Code:
echo DELETE from [b]table[/b] login_authchange where login_authchange=login_accounts.id and login_accountsname='%2'; > set-account.sql
Reply With Quote