Viewing 2 posts - 1 through 2 (of 2 total)
Here fore Gury ask
CREATE TABLE dbo.moved
(
Awb varchar(12) NOT NULL,
Message_date datetime NOT NULL,
Status varchar(3) NOT NULL,
Origin varchar(3) NOT NULL,
Dest varchar(3) NOT NULL,
Status_date smalldatetime NULL,
Pcs ...
August 8, 2005 at 5:03 am
#580359
The first of all, thanks for Phill for try to help me
but,
If I Use Agregate functions the Select will Return wrong Value (Min...
August 8, 2005 at 3:37 am
#580351