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

    PSQL and Variables - How do I use them in queries?

    Hello, I have written a simple query to generate appraisal details for Department members it is as follows. select distinct DP.DepartmentReference Reference, DP.DepartmentName Name, (select count(DM.PersonKey)DepartmentMembers from DepartmentMembershi DM where DM.DepartmentKey =...
  2. dison123

    Need help with a self join problem - PervasiveSQL

    Hello I am trying create a series of views to show details of staff and their linemanagers,yet can not get them to work. Details of Staff records are in 2 files (Staff1,Staff2), They are linked via fieldname 'PersonKey' and Staff2 contains a field 'PersonKeyMainline' which is the personkey for...

Part and Inventory Search

Back
Top