Hi,

Is it possible to do something like this with the Transfer Query
Language ?

select d.*
from table d
inner join table2 s on d.id = s.id


the part I am interested in is  "select d.*" I want all the fields for
just the one table in this case table d
or do I need to list all the properties of the table I want ?

I looked at the doco and tried a few things, none of which worked.

Thanks.



--~--~---------~--~----~------------~-------~--~----~
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to transfer-dev@googlegroups.com
To unsubscribe from this group, send email to 
transfer-dev-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to