|
|
Browse by Tags
All Tags » inner join
-
I have made a join from looking at examples of the entityspaces API in the quickstart section. I think the join I have made is correct but one thing I can't figure out is how to work with the data returned! There are tons of examples that show how to write a query with the dynamic API but I am failing to find the code showing how ...
-
hi
my name is james and i am new to EntitySpace. i love to use this one this is really handy. let me come to the point
i have 2 tables
1) Groups
GroupID, GroupName, ParentGroupID.......
2) Accounts
AccountID, AccountName, GroupID [FK to Groups table]
I have GroupCollection and AccountsCollection class
How to write this query ...
-
Hi,
Yesterday I was writing a query which used an innerjoin on two tables. I properly defined the aliases on both my queries, but on running the query I kept on getting an Oracle error that a column was ambiguously defined.
Looking at the actual query that ES outputs to Oracle I saw that the join aliases are not being put in front of ...
|
|
|