Hello I am trying to extract data from DB2 using this query
SELECT T2.CIADNH, T2.DPTDNH, T2.FICDNH, T1.APEFI1, T1.NOMFI1, T2.CTODNH, T3.DESCTO, T2.CANDNH, T2.MONDNH, T2.PRDDNH, T2.AÑODNH
FROM SPIDATA.NMPP060 T1, SPIDATA.NMPP099 T2, SPIDATA.NMPP027 T3
WHERE (T2.CTODNH In (011.071.072))
but I get the following msg
SQL0104 - Token .072 was not valid. Valid tokens: ,.
If I take out the .072 from the query it does work
Can anyone please help me?
Thanks in advanced.
