I want to join 7 tables and fetch columns from these tables and make a different table from it, so is it possible in Timextender without creating a custom view?
Solved
I want to join 7 tables for build one table is it possible without custom view?
Best answer by rory.smith
Hi,
if you have some key columns in a table and want to add fields from other tables based on those, then you can join any number of tables and fields (obviously there are performance limits). However, if what you are doing is more complex: outer applies or intermediate aggregations or whatever other thing you can do in SQL then you may need to implement some intermediate steps. Whether or not these are useful to do in a view very much depends on the specifics.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.