Microsoft
Software
Hardware
Network
Question : syntax error converting datetime from character string
I am getting the error syntax error converting datetime from character string. I believe I need to use cast but cannot get the syntax correct. I could use some help
SELECT
tbl_CHC_PPO_VFR.PPO_VFR_KE
Y,
tbl_CHC_PPO_VFR.CBH_Vendor
_Name,
tbl_CHC_PPO_VFR.Vendor,
tbl_CHC_PPO_VFR.FileType,
Year([Cycle_Date]) & CASE WHEN Len(Month([Cycle_Date]))=1
THEN '0' & Month([Cycle_Date]) ELSE Month([Cycle_Date]) END AS CHCCyclePeriod,
tbl_CHC_PPO_VFR.Account_Nu
mber,
tbl_CHC_PPO_VFR.Branch_Num
ber,
tbl_CHC_PPO_VFR.Ben_Opt,
CASE WHEN [Eft_Date] Is Null THEN 'blank' ELSE [Eft_Date] END AS EftDate,
'blank' AS CoveragePeriod,
'blank' AS State_Abr,
tbl_CHC_PPO_VFR.Product,
Tbl_CHC_Products.Line_Of_B
usiness AS LOB,
tbl_CHC_PPO_VFR.Dollar_Amt
,
tbl_CHC_PPO_VFR.Pending,
CASE WHEN [Alliance_Ind] Is Null THEN 'blank' ELSE [Alliance_Ind] END AS AllianceInd,
CASE WHEN [Parent_Network_ID] Is Null THEN 'blank' ELSE [Parent_Network_ID] END AS ParentNetworkID,
CASE WHEN [Mem_Network_ID] Is Null THEN 'blank' ELSE [Mem_Network_ID] END AS MemNetworkID,
CASE WHEN [Coord_Party_ID] Is Null THEN 'blank' ELSE [Coord_Party_ID] END AS CoordPartyID,
tbl_CHC_PPO_VFR.File_Date,
CASE WHEN [ManualAdjustment] Is Null THEN 'No'ELSE [ManualAdjustment] END AS ManualAdjust,
tbl_CHC_PPO_VFR.Adjustment
Note,
oapr_tbl_VFR_Payment_Perio
d_Conversi
on.Payment
Period,
tbl_CHC_PPO_VFR.ClaimRefun
d,
oapr_tbl_VFR_Payment_Perio
d_Conversi
on.PendFil
e
FROM ((oapr_tbl_VFR_Payment_Per
iod_Conver
sion
INNER JOIN tbl_CHC_PPO_VFR
ON oapr_tbl_VFR_Payment_Perio
d_Conversi
on.File_Da
te = tbl_CHC_PPO_VFR.File_Date)
INNER JOIN oapr_tbl_Current_Period
ON oapr_tbl_VFR_Payment_Perio
d_Conversi
on.Payment
Period = oapr_tbl_Current_Period.Cu
rrentPerio
d)
INNER JOIN Tbl_CHC_Products
ON tbl_CHC_PPO_VFR.Product = Tbl_CHC_Products.Product_C
d
WHERE (((tbl_CHC_PPO_VFR.Pending
)='Y')
AND ((tbl_CHC_PPO_VFR.ClaimRef
und)='No')
AND ((oapr_tbl_VFR_Payment_Per
iod_Conver
sion.PendF
ile)='Pend
File'));
Answer : syntax error converting datetime from character string
are there any null values in that field?
Random Solutions
Excel File Help
problem while implementing pagination using display tag in MyEclipse 6.0 version
How do I create a LUN?
dateDiff - combining a date selection and a time selection
IPSEC access into ASA via second Internet connection
How do I add a second domain controller for OWA authentiion on Exchange 2007?
Pattern for tray application
threads in mfc
basic question about graphs and gradients
cisco 4500 connect to red hat 5.5 linux pc