Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ZAMEERSAIT
  • Order by date
  1. ZAMEERSAIT

    running independent SDI window

    hi you can pass the parameter usesdi= yes in the shortcut also. it will work as same as you hav tried from comman line. regards zame
  2. ZAMEERSAIT

    group by issue

    Hi, Its better to do the grouping inside the pseudo table query. ie. select a,b,c,sum_d from table1, (select sum(d) sum_d,e from table2) alias_table2 where c=e (or whatever the condition is) The simple query looks like the one below,but it 'll take more time to execute as the columns increses...

Part and Inventory Search

Back
Top