create table temp
( a char(2),
b float,
c float
)
하고
Insert into Temp
select substring(gl_date from 5 for 2),
debit, credit
from gl003
Where gl_date >= "20000501"
And gl_date <= "20000531"
And account = "004"
하니까
"Type mismatch in expression."라 는 오류메시지가 떨어지는군요
도움부탁합니다.
그럼 20000