안녕하세요...
Select문에서 문자를 연결해서 조건을 줄려고 하는데요...
Select * From AA
Where code1 || code2 || code3 || code4 = '00000'
이런식으로요
asp에서 oledb로 연결하고 select를 하려고 하니 다음과 같은 오류가
나네요.
Microsoft DB2 OLE DB Provider error
'80040e14'
A SQL error has occurred. Please
consult the documentation for your specific DB2 version for a
description of the associated Native Error and SQL State. SQLSTATE:
42601, SQLCODE: -104
|