0
I’m making a View and Clause WHERE
it does not accept a filter of this 'Temporary' only if removing the accent Ex: 'Temporario'.
CREATE VIEW VWORDEMPRODUCAO (
CODEMPRESA
)
AS
SELECT
F002 AS CODEMPRESA
FROM MFT05O020
WHERE F020 <> 'Temporário'
Thank you and I’ll be waiting.
Is there a mistake? If so, which?
– João Martins