Join Queries

13 views
Skip to first unread message

rleinen

unread,
Jul 29, 2009, 12:04:36 PM7/29/09
to DataMgr
Is there a way to do the following in datamgr?

select
t.*
from
tasks t inner join taskusers tu on t.usernum = tu.usernum
where
t.taskdate = somedate
AND tu.usernum = someusernum

Or, is it possible to do the following:
1. Create a virtual column on the task table
2. Use that column as part of the filter criteria

Thanks for any assistance,
Randy

Steve Bryant

unread,
Jul 29, 2009, 2:56:21 PM7/29/09
to dat...@googlegroups.com
Other than resorting to the AdvSql argument, DataMgr doesn't provide
any way to do a join.

It does, however, provide the ability to do a virtual column. This is
called a "Relation Field" in DataMgr and you can filter by it just as
you would any real database field.
http://www.bryantwebconsulting.com/docs/datamgr/relation-fields.cfm

Thanks,

Steve

Reply all
Reply to author
Forward
0 new messages