Quantcast
Channel: SCN : Popular Discussions - SAP SQL Anywhere
Viewing all articles
Browse latest Browse all 1302

SQ REPORTS

$
0
0

Hi all,

I'm trying to create a new field that will be calculated sum totals from table FMIOI .

 

please find attached script:

 

clear : sum_order .

 

select sum(fkktr)

from fmioi into sum_order

where

  WRTTP = '83' .

 

i'm getting null's .

thanks from advance.

Roy


Viewing all articles
Browse latest Browse all 1302

Trending Articles