yogesh kapil
5th September 2012, 13:58
how do i match two date from two different table without considering time for two date. the date format is tcdate for both the table.
select whina113.*
from whina113
where whina113.item=:hold.item
and whina113.trdt=:tdsls406.dldt
and whina113.cwar=:tdsls401.cwar
i want to run this query. Can sombody help me.
select whina113.*
from whina113
where whina113.item=:hold.item
and whina113.trdt=:tdsls406.dldt
and whina113.cwar=:tdsls401.cwar
i want to run this query. Can sombody help me.