I have a table of records which each store a Colour Name. e.g:
Product | Colour
-------------------
Product A | Blue
Product B | Black
I have added 3 new columns: R,G & B. How can I convert the Colours into RGB values using a single SQL query?
1 Answer