Forum Moderators: open
Without sql you could write a quick php script that uses the keywords as the keys of an array, this will stop duplications and you can get the de-duplicated keywords back with array_keys. There are also more specific array functions like array_unique.
There are probably a few pieces of software about for it too, but its a very simple job with a bit of scripting.