D
damjanu
Hi
I am trying to run this query in Acces database file
SELECT
......,
CASE
WHEN p.name IS NULL THEN r.name
ELSE r.name & " >> " & p.name (or I also tried ELSE r.name + 'END AS full_name
FROM myTable
But I get Error message: "Syntax error (missing operator) in query
expression 'CASE WHEN'",
and WHEN is highlighted.
Is it true that Access SQL does not support CASE WHEN?
Does anyone know what to use instead, or how to get arround this
problem?
Also is there a list of features that don't work in Acces SQL?
(I looked in help, but found nothing)
Thanks a lot
Damjan
I am trying to run this query in Acces database file
SELECT
......,
CASE
WHEN p.name IS NULL THEN r.name
ELSE r.name & " >> " & p.name (or I also tried ELSE r.name + 'END AS full_name
FROM myTable
But I get Error message: "Syntax error (missing operator) in query
expression 'CASE WHEN'",
and WHEN is highlighted.
Is it true that Access SQL does not support CASE WHEN?
Does anyone know what to use instead, or how to get arround this
problem?
Also is there a list of features that don't work in Acces SQL?
(I looked in help, but found nothing)
Thanks a lot
Damjan