Hi,
When I execute an insert into a table in Analyzer, along the lines of this:
SELECT
cast(Sales_Org_ID as smallint),
sales_org,
pl2_classid,
pl2_class,
convert(decimal(18,1),right(fquarter,4) + '.' + left(fquarter,1)),
(
case when convert(int,round("fweek",1)) >= 10
then...