asked on
SELECT * FROM ( SELECT ROW_NUMBER() OVER(ORDER BY fld1,fld2,DIFF
) as ROW, 3*fld1 as REV,fld2-3*fld1 as
DIFF
FROM FILE1
WHERE fld4 =1 ) as ALL
WHERE ALL.ROW BETWEEN 1 AND 1000
Databases are organized collections of data, most commonly accessed through management systems including schemas, tables, queries and processes that allow users to enter and manipulate the information or utilize it in other fashions, such as with web applications or for reporting purposes.
TRUSTED BY