Database?
AdCon 4.x ?
Edit:
Raskim was faster, postet a sql-script, better answer then mine.
I was thinking about writing this command, too, but was working otherwise. ;D
Edit 2:
Quote:
USE Arcadia
SELECT id, StringResource.value
FROM JobResource
LEFT JOIN StringResource ON StringResource.code = text_id
WHERE
StringResource.code = text_id
|
Graah, I have Join's. But It is working, LOL.
Edit: damnt, wait a sec, wrong command...
Last Edit: Finally!
There is it.