Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jecb
Starting Member
2 Posts |
Posted - 2009-05-05 : 17:45:19
|
Hello I am trying to extract data from DB2 using this querySELECT T2.CIADNH, T2.DPTDNH, T2.FICDNH, T1.APEFI1, T1.NOMFI1, T2.CTODNH, T3.DESCTO, T2.CANDNH, T2.MONDNH, T2.PRDDNH, T2.AÑODNHFROM SPIDATA.NMPP060 T1, SPIDATA.NMPP099 T2, SPIDATA.NMPP027 T3WHERE (T2.CTODNH In (011.071.072))but I get the following msgSQL0104 - Token .072 was not valid. Valid tokens: ,.If I take out the .072 from the query it does workWhy?Thanks in advanced. |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
jecb
Starting Member
2 Posts |
Posted - 2009-05-05 : 18:43:00
|
Hello Tara, thanks for replying however I first did a search on the site, found similar posts and they all were in this forum, thanks anyway. |
 |
|
|
|
|
|
|