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 IamaSherpa 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: *

  1. dison123

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

    Thanks I understand both examples. Once again thankyou for your help.
  2. 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 =...
  3. dison123

    Need help with a self join problem - PervasiveSQL

    Thanks for the speedy response. I am Using pervasive SQL version 9.50.077.002. When trying to execute the script I get "[LNA][Pervasive][ODBC Engine Interface]Error in expression: Staff1 . FirstName
  4. 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