Top "Select" questions

Select is a common keyword used to query data.

TSQL CASE with if comparison in SELECT statement

I would like to use CASE statement in SELECT. I select from user table, and (as one attribute) I also …

sql sql-server-2008 tsql select case
How to get selected value of a dropdown menu in ReactJS

I'm using react and I want to get the value of the selected option of a dropdown in react but …

javascript select drop-down-menu menu reactjs
MySQL INSERT INTO ... VALUES and SELECT

Is there a way to insert pre-set values and values I get from a select-query? For example: INSERT INTO table1 …

mysql sql select insert
Links in <select> dropdown options

Is it possible for each dropdown options to link somewhere when selected without the need for an external button? <…

javascript html select drop-down-menu
create unique id with javascript

I have a form where a user can add multiple select boxes for multiple cities. The problem is that each …

javascript html select dynamic
How can I properly use a PDO object for a parameterized SELECT query

I've tried following the PHP.net instructions for doing SELECT queries but I am not sure the best way to …

php mysql select pdo
how to set select element as readonly ('disabled' doesnt pass select value on server)

When i used any of the following code ,select element do looks like disabled,but the select is not pass …

javascript jquery select readonly
How to create a new column in a select query

In MS Access, I want to insert a new column into the returned result of a select query. The new …

sql ms-access select insert
jQuery Combobox/select autocomplete?

Does a jQuery plug-in exist for replacing select/combo box? I tried SexyCombo, and it is as close to what …

select jquery-plugins combobox autocomplete
Removing rounded corners from a <select> element in Chrome/Webkit

The user-agent stylesheet for Chrome gives a border-radius of 5px to all the corners of a <select> element. …

select webkit css