Questions tagged as 'select'

0
answers

Should I add the conditions of the Select Case to the Where?

I have the following sentence, my question is: if I want to optimize the response time, should I add the conditions of the Case to the Where? the ordering field of my table is Cedula and there are types of products that interest me, my question...
asked by 15.03.2018 / 17:04
0
answers

Bootstrap-Select needs double click to show options

I'm with a page where I have several forms. I'm using bootstrap select (v1.12.14) along with bootstrap 4.0.0 and java backend (with spring MVC). The problem I have is that when I click on a select to show me the available options, you do not...
asked by 21.02.2018 / 15:59
0
answers

How to send a string to the IN clause in the stored procedure (oracle)

I find myself doing select to a table by means of where campo in (id1,id2...) . My doubt arises in how to send the string as an input parameter to the Oracle stored procedure. Then I present what I have tried so far. From C # I s...
asked by 23.02.2018 / 02:03
2
answers

How to select an inner join with multiple rows?

I have a Query with which I try to bring several values with a single inner join, but the question is that it brings me the different values as rows, therefore I repeat data, what I want is to make a selection of each value that bring the inner...
asked by 15.02.2018 / 17:43
0
answers

How do I use the IDENT_CURRENT () to know the last record modified in table with multiple keys?

The function works perfectly when it comes to finding out the last updated record of a table. But so far, this function only works on tables with only one primary key. How do I do this same thing but in a table that has three primary keys? Since...
asked by 31.01.2018 / 15:33
0
answers

PROBLEM Form onchange erases fields already written

good afternoon. I have a problem and I would like to know if someone could give me a cable. I have a form: in certain fields, I use the onchange="this.form.submit ()" property in the select, so that I send the value through $ _POST, save it i...
asked by 10.01.2018 / 18:08
2
answers

get the queryselector result of the id and save it to the database

I hope you can help me one more time. The issue is that I must save the results that I get in the database javascript. and the value that the first select of the id="hotels" keeps is the price instead of the hotel .. and I also need to show the...
asked by 27.12.2017 / 00:40
1
answer

Select just grab last value

I have this select . <select name="" id="" class="form-control" > @foreach($sede as $user) @if($user->idSede != $coordinadorAdm->Sede) <option value="{{$user->idSede}}">{{$user->nombre}}</...
asked by 01.12.2017 / 07:43
0
answers

Show all the records of a MySQL field in a Select HTML

Good evening, I'm making a system for the university of the reservation of some mini-audits, One (01) user can make several reservations and after booking the user must inform the payment by uploading a pdf. I show the user a form to inform t...
asked by 12.11.2017 / 06:29
1
answer

Display contents of a MySQL table in a form as options

good day. I have a table that has two fields, gender_number and description. I can not find the way to show the contents of the table in a form using the select option. How would it come to be? Thank you very much.     
asked by 23.10.2017 / 00:35