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

    Query problem in Pervasive when returning values between two integer parameters

    SELECT cast(Freight01 as integer)as Freight01, PPeriod FROM "HistoryHeader" WHERE Freight01 >= 89512 and Freight01 <= 100000 order by freight01 desc; This query returns nothing But if I change it to this "SELECT cast(Freight01 as integer)as Freight01, PPeriod FROM "HistoryHeader" WHERE...

Part and Inventory Search

Back
Top