All Questions
1 question
2
votes
2
answers
6k
views
Is there a ternary operator in MySQL stored procedures?
Does SQL (MySQL) support ternary operators?
I have this SQL:
CREATE TEMPORARY TABLE SalesTbl (
CTR int primary key auto_increment,
VRNOA VARCHAR(50),
DESCRIPTION VARCHAR(50),
...