Hi All,
When I query a date time field, the result is a date and time.but still casting error in my fetch XML Queary because sometime null value got.
is it possible below
SQL Script to Generated FetchXML:
select CAST(null as datetime) as SentDate
from MyTable
Thanks





