I'm afraid this isn't working. I typed in exactly what you said:
SELECT `referrerid`
FROM `user`
WHERE referrerid >0
and got this:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'exquisi_vB.user' doesn't exist
Ok, I did this one....
DELETE `referrerid`
FROM `user`
WHERE referrerid >0
and got this:
This query may modify data in your database. If this change is done in error, it is possible that you will not be able to recover from this change. Are you sure you wish to continue?
is that right?
well, I continued, with it... and got another error:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1109
error desc: Unknown table 'referrerid' in MULTI DELETE
|