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 SkipVought 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: Luk1
  • Order by date
  1. Luk1

    CLIPPER HELP!!!!!!

    PROCEDURE __dbDelim( lNoAppend, cFile, cDelim, aFields, ; bFor, bWhile, nNext, nRec, lRest, lMode, lNoHead ) LOCAL i, nH, aName, nPost, nLen, nCol, cIni, aRet,; nScan, aStruct := {}, cExt, lWinMode, lHead, nMaxRow := 0,; cTemp, cArea, cLine, xPut, aSet := {}, cFilter...
  2. Luk1

    Limiting rows

    I'm trying to figure a way to combine these 3 queries into a single one. select top 48 * from table1 where column1 = 1 select top 48 * from table1 where column1 = 2 select top 48 * from table1 where column1 = 3 Anybody know of a way that would make it possible?

Part and Inventory Search

Back
Top