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
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
How to implement select to save the value, not the ID
-
- Posts: 7
- Joined: Tue Apr 05, 2022 10:18 am
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: How to implement select to save the value, not the ID
Change it to
AAA|AAA|BBB|BBB|CCC|CCC|DDD|DDD
AAA|AAA|BBB|BBB|CCC|CCC|DDD|DDD
-
- Posts: 7
- Joined: Tue Apr 05, 2022 10:18 am