arsmizzou 0 Newbie Poster

i'm having trouble figuring this out b/c i have the version of oracle that doesnt support ora_numcols, etc... anyways, here is my query...

$query = "SELECT DISTINCT S.FName, S.MName, S.LName, S.Address1, F.Value, F.Feature_id, S.zip, S.Student_id FROM Student S, AwardedScholarship P, stu_feature F WHERE P.Is_Pending = 'Y' AND F.Feature_id in (" . CST_CITYFEATID . ", " . CST_COUNTYFEATID . ", " . CST_STATEFEATID . ") AND P.Student_id = S.Student_id";