I have a simple sql table with four columns The data types are
Athlete nvarchar(30)
Mydate date
Mytime varchar(8)
Session nvarchar(40)
Sample Data
**Athlete Mydate Mytime Session**
Jerry 14/07/2014 00:00:32 200M
Jerry 14/07/2014 00:00:31 200M
Jerry 16/07/2014 00:00:59 400M
Jerry 16/07/2014 00:00:57 400M
Jerry 16/07/2014 00:00:58 400M
Now what i want is to create a query that outputs as below
**Athlete Mydate Mytime1 Mytime2 Mytime3 Mytime4 Mytime5 Mytime6 Mytime7 Mytime8 Mytime9 Mytime10 Session**
Jerry 14/07/2014 00:00:32 00:00:31 200M
Jerry 16/07/2014 00:00:59 00:00:57 00:00:58 400M
is this possible.?
Vb.Netter 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.