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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.