declanwmagee
Technical User
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
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