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

  1. declanwmagee

    Quick SQL syntax check (hopefully!)

    Thank you r937, for your response! I'm using OpenOffice Base 3.2, as I'm Access-phobic, and I'm trying to break away from Excel now that my lovely old database is too complex and too big for it. Too much time spent watching it recalculate. Turns out that I'd be better off using a COALESCE...
  2. declanwmagee

    Quick SQL syntax check (hopefully!)

    Can anyone tell me what's wrong with this SQL expression? The error message is just a syntax error, so I'm sure it's easy if you speak SQL... SELECT CASE WHEN "Variety" <> '' THEN "Date" || "Denomination" || "Variety" ELSE "Date" || "Denomination" END AS "Concat", "InventoryID" FROM "tblInventory

Part and Inventory Search

Back
Top