Hi
I have a line of code that I would like to extract data from it. The problem that I have is that is doens't display any record at the bottom of the Query Analyzer. Do I have to put '' or "" for the fields?!
This is my fields type
qty_shipped - decimal (9)
co_num - nvarchar (10)
co_line -smallint (2)
uf_lot - tinyint(1)
SELECT SUM(qty_shipped) from co_ship where co_num = 226 and co_line = 2 and uf_lot = 4
GO
Thanks you very much in advance!
I have a line of code that I would like to extract data from it. The problem that I have is that is doens't display any record at the bottom of the Query Analyzer. Do I have to put '' or "" for the fields?!
This is my fields type
qty_shipped - decimal (9)
co_num - nvarchar (10)
co_line -smallint (2)
uf_lot - tinyint(1)
SELECT SUM(qty_shipped) from co_ship where co_num = 226 and co_line = 2 and uf_lot = 4
GO
Thanks you very much in advance!