Hello Everyone,
I'm trying to combine a view for current orders, and a view for historical orders. The view is created without error, but when I try to query the view I get the following error.
The interesting thing is that if I create the views (current / historical) seperatly the query works without error????
The error I get is this:
I'm trying to combine a view for current orders, and a view for historical orders. The view is created without error, but when I try to query the view I get the following error.
The interesting thing is that if I create the views (current / historical) seperatly the query works without error????
The error I get is this:
Code:
[query used]
select top 500 * from order_data
[error returned]
Msg 8114, Level 16, State 5, Line 1
Error converting data type varchar to numeric.