Viewing 8 posts - 1 through 8 (of 8 total)
hi remi
thanks for all your advice and helping..
kalpan
August 29, 2005 at 2:29 pm
hi remi
did you got sometime to check the querry?????
August 29, 2005 at 11:42 am
insert into tblsortorder values (554,"NPTC",307," ")
insert into tblsortorder values (611,"MRI",314," ")
insert into tblcasedata values ("OMOR12233"," ","2180961","CHRISTOPHE","POLLARD"," ",1951-12-10 00:00:00,"M",3,2005-08-11 00:00:00,"OMOR12233"," ","611"," ",3,2005-08-11 15:15:00,2005-08-11 16:00:00,2005-08-11 17:15:00,2005-08-11 17:45:00,4,6,1,0,0,1,," ",2005-08-12 08:53:26.310000000,2005-08-12 08:53:27.043000000,"21"," "," ",0,"...
August 26, 2005 at 2:50 pm
i dont want to insert anything i just want to show that in output..
can i do that...
August 26, 2005 at 2:25 pm
thank you for support
TABLE DDL STATEMENTS
TBLCASEDATA
CREATE TABLE [tblCaseData] (
[CaseID] [varchar] (16) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
[SaturnPatientID] [int] NULL ,
[MRN] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
[FirstName] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL...
August 26, 2005 at 2:22 pm
Hi Remi
thanks for suggestion but i tried on development server but couldn't figure out how it could help in my scenario.
can you throw some light how can i use...
August 26, 2005 at 2:04 pm
i cannot use update or create as this is on production server only i could use select then it would be useful
thankx
August 26, 2005 at 1:17 pm
i have to do sequencing on the query below
select orroomname, tblsortorder.orroomno,atime, dtime, caseid from tblcasedata inner join tblsortorder
on tblcasedata.orroomno= tblsortorder.orroomno
where dateofservice= '8/11/2005'
and tblsortorder.orroomno in ('611','554')
and qcstatus=4
order...
August 26, 2005 at 12:27 pm
Viewing 8 posts - 1 through 8 (of 8 total)