Forum Moderators: coopster
I have tried these but they don's seem to do anything:
UPDATE links SET username=(REPLACE (username, '','Guest'));
UPDATE links SET username=(REPLACE (username, 'NULL','Guest'));
I think the problem is I don't know how to refer to a null. Help, please. (Thanks)