Jump to content

Help with an unusual query


Darkmatter5

Recommended Posts

I have 2 tables

 

grading_system

grademin_score

A90

B80

C70

D60

F0

 

tests

 

test_idscore

182

275

390

495

596

 

 

How can I use the grading_system table to determine the following outcome?  Or how should I better design my grading_system table to accomplish this?

 

Test 1: 82% = B

Test 2: 75% = C

Test 3: 90% = A

Test 4: 95% = A

Test 5: 96% = A

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/158815-help-with-an-unusual-query/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.