Posts by Barbara Hellen • 35 points
2 posts
-
2
votes1
answer350
viewsQ: How to concatenate a variable plus a message in the "Insert"?
Concatenate a variable and a message in the insert? Example: declare a int; set a = 2; insert into tb_usuario values ('a' + 'fez tal coisa');
-
0
votes3
answers322
viewsQ: how to take the value of the option that was chosen?
I am a beginner in programming and I would like to know how to take the value of the selected option and put in a variable? for example, the user chooses 'Old'. and I save his choice in a variable…