Hi there lars,
I'm sure it's because of my application of your code, but I'm getting an error:
select *
from pn_users pu
where not exists
(select *
from pn_phpbb_users pu
where pn.pn_uname = pu.username);
I tried running this in phpMyAdmin and got the following error.
unknown column: pn.pn_uname
For clarification, I need
pn_name from the pn_users table only when username(with the same value) doesn't exist in the pn_phpbb_users table.
I am running MySQL 4.0.21
thanks,
json