Q&A

  • 날자 연산을 조건문에 줬는데 error가..(급급급)
왜 error가 나죠?

priceQuery.Sql.Add('Where ( (strtodate(date1) - :sdate) < -60 ) ');

strtodate 가 안먹나요?..답답합니다.



1  COMMENTS
  • Profile
    나그네 2000.07.25 00:25
    이영근 wrote:

    > 왜 error가 나죠?

    > priceQuery.Sql.Add('Where ( (strtodate(date1) - :sdate) < -60 ) ');

    > strtodate 가 안먹나요?..답답합니다.

    >

    priceQuery.Sql.Add('Where ( '''+(strtodate(date1)+''' - :sdate) < -60 ) ');