select tag

3 questions


1 answers
103 views
0
mysql select update

select name from DB limit 0,1; in mysqlThis query will output a total of one record from 0 records for the data in the field name in a table called DB.What I want is to update that selected data. But....

1 years ago

1 answers
130 views
0
When sql select, what should I do if I want to see the general column and the column with the count function applied at the same time?

Table_1 shows the picture belowIt has a number and its corresponding name.And table_2 has numbers.select number, name from table_1Can I check the number and name of table_1 by selecting it as above an...

1 years ago

1 answers
62 views
0
I have a question for Html select.

What I want to make is to make an option in the selection of another page when I press the button. Question 1. First of all, it's not possible to make it. The problem is to create an option by turning...

1 years ago

© 2024 OneMinuteCode. All rights reserved.