Viewing 15 posts - 1 through 15 (of 100 total)
Thank you Sean. I thought so. 🙂
Cheers
Vani
September 25, 2013 at 12:23 am
Hi all
Not sure if any one is still having this issue but the one change below seemed to resolve the problem for me.
October 2, 2012 at 11:25 pm
Hi all
I tried to do this and research about it but got no where.
anyways what i did was use the SQL Query and Excel to achieve what was needed....
September 29, 2012 at 3:36 pm
Hi there
can you please clarify - if my understanding is correct -
You would like to group BC1, BC2, BC3, BC4, BC5 as one group
if that is the case...
September 19, 2012 at 4:13 pm
hi all
here is the idea i finally ended up using -
First priorities the grades
1. Completed / Pass
2. All other grades
Original Data
**********
in the database was split...
May 28, 2012 at 4:12 pm
Hi Jeff
I have always shared my solution and will post this one as well when i have finalised it. 🙂
PS - I found your tally tables very handy...
May 15, 2012 at 7:11 pm
Hi all
thank you for your help. I think i have it worked out finally. I included a counter column which helped a lot for now
Cheers
vani
May 15, 2012 at 4:24 pm
Hi all
Is there a way to check for the existence of a row and then delete another row based on the value of the row checked earlier.
e.g. In the...
May 8, 2012 at 11:30 pm
Hi Mark
thank you for your prompt response. However, the way to delete the rows is based on a combination of empid, courseid and grade.
With the CTE query am unable...
May 8, 2012 at 5:27 pm
Hi Jeff
I tried both min and max did not work. anyway this worked, so i thought i will share the links.
Cheers
March 28, 2012 at 5:49 pm
[font="Tahoma"]Hi all
Thank you for your help. I have managed to work it out finally. I realised the major difference in this query is datatype of Data that...
March 28, 2012 at 4:02 pm
Hi Anthony
Thanks for your help... I am unable to get it working.
-- Create table
create table trainingData
(emp_id varchar(6),
course_id varchar(50),
result varchar(10))
-- Insert data
Insert into trainingData
Values ('1', 'Course1', 'Pass')
Insert into trainingData
Values ('1',...
March 28, 2012 at 7:00 am
Hi Gianluca
Thank you for your help. That was great. I got it going.
cheers
vani
March 25, 2012 at 11:35 pm
Hi
There is one course that needs to be split into two if it was completed
Before a certain date.
Course Id - physical training if completed before 1/10/2010 needs...
March 22, 2012 at 1:40 am
Hi Jeff
Thank you for your help :). I got it working.
I created a table with the client details, joined it with the temp table with the dates...
November 28, 2011 at 9:38 pm
Viewing 15 posts - 1 through 15 (of 100 total)