How to implement select to save the value, not the ID
Posted: Wed Apr 06, 2022 5:35 pm
If my product_bank select value is
0|AAA|1|BBB|2|CCC|3|DDD|
I want the database to store AAA, BBB, CCC
not is 0, 1, 2
How to use functions
0|AAA|1|BBB|2|CCC|3|DDD|
I want the database to store AAA, BBB, CCC
not is 0, 1, 2
How to use functions