T
Tom
Sorry in advance for a rookie question, I've been assigned to convert
an Access application to SQL and I'm starting with essentially no
knowledge of either technology. The SQL Server Migration Assistant
tells me that the following Access Query is not supported in SQL and I
suspect it's the 'in()' that's invalid. Can anyone tell me what the
expression syntax in () is trying to return? Thanks.
SELECT [Characteristics].[description]
FROM characteristics
WHERE [Characteristics].[abbrev] in ()
ORDER BY Description;
an Access application to SQL and I'm starting with essentially no
knowledge of either technology. The SQL Server Migration Assistant
tells me that the following Access Query is not supported in SQL and I
suspect it's the 'in()' that's invalid. Can anyone tell me what the
expression syntax in () is trying to return? Thanks.
SELECT [Characteristics].[description]
FROM characteristics
WHERE [Characteristics].[abbrev] in ()
ORDER BY Description;