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

    printf awk sed to retrieve data

    I have a file that looks like: procs memory page disk faults cpu r b w swap free re mf pi po fr de sr m0 m1 m3 m4 in sy cs us sy id 0 0 0 1888 776 4 109 65 6 2277 0 3771 0 0 0 0 625 2371 1162 16 12 72 It was built from vmstat for...
  2. Triton46

    Left Join

    I am having an issue with a left join where I will not get any results back, however, if I change the columns I am selecting I do get results back. select a, b from table_1, table_2, table_3 where (table_3(+) = table_2 and table_2 = table_1) and (a = 'a' and b = 'b' and c = 'c') no rows...
  3. Triton46

    Union and Intersect

    When creating an append query, you can specify the Controller ActiveDocument.Sections["Query"].AppendQueries[1].UnionController=bqUnion ActiveDocument.Sections["Query"].AppendQueries[1].UnionController=bqUnionAll However I cannot find how to specify Intersect or Minus...

Part and Inventory Search

Back
Top