RE: Convert Columnar Data to Row Data
quote: That's why I included a where clause so that if you specif y one studentID you will get 75 rows you could specify several students paging by studentID also. Thanks, this has been a big help! The following is what I have set up: ************************** DECLARE @Grade AS Smallint DECLARE @TestID AS Varchar(10) SET […]
2003-12-03
1 reads