how to join on all five tables from database(what i mean is joining all the records, not joining the fields), sorting them(eg. sort by "total" in...

How It Works

Get an answer in three easy steps. Here's how it works...

Ask Your Question

1. Ask Your Question

Enter your programming question at the top of this page and click Get An Answer.

Pick Your Priority

2. Pick Your Priority

Tell us how quickly you want your programming question answered.

Get An Answer

3. Get An Answer

Connect with your programmer via online chat or telephone call.

Answer

Customer
how to join on all five tables from database(what i mean is joining all the records, not joining the fields), sorting them(eg. sort by "total" in descending order) and then display the result...all the 5 tables have same field structure...please help me...thank you...
Posted
gameover
Programmer
need more info dude
Posted
dash
Programmer
It may not be a good idea. 1. create temp table as per one structure 2. insert all values to temp 3. do the processing on temp 4. delete temp table using program Can you do like this. It will be easier, rather than thinking of writing a lots of code.
Posted
netguy
Programmer
Hey - Another easy way (If you do not want to create Temp tables and delete afterwards etc) is to create a view (If you are using SQL), then run your query against that view. For better performance, I recommend you use Stored Procedures. Hope this helps! Antonio Chagoury http://www.Mynetguy.com http://www.InspectorIT.com
Posted

quoteTestimonialsquote

About ExpertHelp

ExpertHelp is changing the way you connect with service professionals.

Whether you have a quick question while preparing your taxes, troubleshooting a computer problem, or need to hire an attorney, ExpertHelp is the most convenient and affordable way to connect with the right service professional to get the job done.

ExpertHelp has been in business since 2011, is an A+ Rated Better Business Bureau accredited member, and offers a 100% satisfaction guarantee on every question you ask!

More Programming Questions...

Ask Your Programming Question & Get An Answer Now!