I have one view and one table and these are the column I need to Join
In My view I have :
DAte1
2013-08-01 00:00:000 ----this is in (datetime,Null)
and my table have
Date2
201308-------- this is in (nvarchar (8),null)
how do I join them?
I have one view and one table and these are the column I need to Join
In My view I have :
DAte1
2013-08-01 00:00:000 ----this is in (datetime,Null)
and my table have
Date2
201308-------- this is in (nvarchar (8),null)
how do I join them?