-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merging data from multiple table into 1 data table #178
Comments
You mean how to do a SQL JOIN? |
I am able tl extract the individual data from their respective table eg: I cant join them with sql as their column name are different... is there anyway to merge the data of different eloquent into 1? |
Honestly I don't really understand what you mean by merge. If you use Mark Vaughn On Fri, Dec 5, 2014 at 11:50 AM, bczm8703 [email protected] wrote:
|
sorry for not being clear with my question. what i meant is; if i wanted to use a data table for each of this table i would do this;
My question now is, is it possible for $leaves, $offs and $mcs to be place into 1 data table only? |
Yes, it is possible. Look at example 6 of the readme. In that, the profiles table is being joined with the user table and it displays data from both. |
Hi. I would like to check whether is it possible to merge data from more than 1 table in a datatable.
Eg:
Therefore is it possible to get all the record from this 3 tables and put them into 1 datatable?
The text was updated successfully, but these errors were encountered: