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 Mike Lewis 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. nitara

    pervasive SQL

    Hi everybody , I am new to Pervasive SQL , can anybody help me out which site should I learn more from the beginning to higher level. and the simple and complex queries used in pervasive . Thanks , have a nice weekend !!
  2. nitara

    adding zero before the value

    I have to update the values of a table where if the year is 1-9 then add zero before the number and if its >= 10 then don't add zero . so what query be written for this in pervasive select ( dateC + (select case when len(datey) = 1 then '0' else '' end + datey as datey1 ) + '/' +...

Part and Inventory Search

Back
Top