I've created a table called students which has a column for GPA. I have to write the following for each student. "Congratulations Bill, your grade point average is 3.45. You'll need to use the TO_CHAR function to convert the GPA column (which is a NUMBER data type) to a set of characters."
How would I start to write the first one? I've tried everything and I can't get anything to work.
Comments
Leave a comment