Какой-то друг из старого списка адресов электронной почты был достаточно любезен, чтобы помочь мне, поэтому вот ответ:
codings <-RQDAQuery("select s.name as 'filename', f.name as 'codes' from source s,
coding c,
freecode f where s.id = c.fid and c.cid = f.id and s.status = 1 order by s.name")
categories <- RQDAQuery("select s.name as 'filename',
co.name as 'categories' from source s,
coding c, freecode f, codecat co,
treecode tr where s.id =
c.fid and c.cid = f.id and co.catid =
tr.catid and tr.cid = f.id and s.status = 1 and c.status = 1 and
f.status = 1 order by s.name")
Всего наилучшего