Viewing 15 posts - 61 through 75 (of 179 total)
August 25, 2005 at 3:25 pm
August 24, 2005 at 10:27 pm
Error: Preparation SQL Task: Warning: The table 'claim' has been created but its maximum row...
August 23, 2005 at 8:20 pm
August 23, 2005 at 5:18 pm
August 22, 2005 at 3:07 pm
August 22, 2005 at 3:00 pm
August 21, 2005 at 10:14 pm
August 21, 2005 at 9:58 pm
August 21, 2005 at 9:19 pm
Thanks suresh.
ur query also worked nicely.in this case it also returns records which are not duplicated across patients.
what i mean ,say i've 10 records with same invoice no "I1" for same patient and...
July 20, 2005 at 6:10 pm
Thank u very much Journeyman and Noel .
finally i got it sorted it in following way
SELECT patient, invoice FROM Patients PInvoiceWHERE PInvoice.Invoice IN ...
July 19, 2005 at 5:01 pm
July 19, 2005 at 12:10 am
Andy
I've 6 records with following date
2003-11-03 00:00:00.000
when i run ur second query it returns only 1 record!! i mean
declare @x varchar(8)
SET @x ='20030311'
select taskid,taskname,entrydt from task
where convert(varchar(8),task.entrydt,112) =...
July 14, 2005 at 10:47 pm
Thanks ND.
that works fine. actually am looking for some general code
as where condition can contain any of the following filters
>,<,>=,<=
any ideas please.
Thanks
July 13, 2005 at 8:03 pm
Viewing 15 posts - 61 through 75 (of 179 total)