Usha
2009-03-18 18:14:23 UTC
I am trying to build the below sql expression to store it in a variable but
it is giving me cast error for the operands.
"select * from OrclTbl where load_date <"
+(DT_DBTIMESTAMP)@[User::varFromDate]
I even tried the below still it gives me the same error
"select * from OrclTbl where load_date <"
+ getdate()
it is giving me cast error for the operands.
"select * from OrclTbl where load_date <"
+(DT_DBTIMESTAMP)@[User::varFromDate]
I even tried the below still it gives me the same error
"select * from OrclTbl where load_date <"
+ getdate()