I am writing a function to get overall score in SQL
What I have is;
out of 20 points I got 12.4 points
so if I transform that, to take percentage over 100% how would I do it?
Thanx,
Adnan
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Presuming you mean “function” as in stored procedure, it would look like this in Oracle:
Different flavours of database have different specifications for writing stored procedures.