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 TouchToneTommy 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: Arjan80
  • Content: Threads
  • Order by date
  1. Arjan80

    sql script

    I have to made a result of soccerteams who does NEVER played on field 1 There are 3 tables that can be used for this one (the connections) table 1 named: team table 2 named: game table 3 named: home t_code g_code...
  2. Arjan80

    Ordey By in Union

    I made this sql: select t.teamnaam, l.roepnaam from team t left outer join lid l on t.trainer = l.l_code where t.teamnaam like 'H%' UNION select '---------', '' UNION select 'Aantal teams', string(count(teamnaam)) from team where teamnaam like 'H%' UNION select 'Aantal teams met trainer'...

Part and Inventory Search

Back
Top