Top "Select" questions

Select is a common keyword used to query data.

Select records from NOW() -1 Day

Is there a way in a MySQL statement to order records (through a date stamp) by >= NOW() -1 so …

mysql select where datestamp
SQL join: selecting the last records in a one-to-many relationship

Suppose I have a table of customers and a table of purchases. Each purchase belongs to one customer. I want …

sql select join indexing greatest-n-per-group
Why does the jquery change event not trigger when I set the value of a select using val()?

The logic in the change() event handler is not being run when the value is set by val(), but it …

jquery html select input
MySQL Select all columns from one table and some from another table

How do you select all the columns from one table and just some columns from another table using JOIN? In …

select mysql join
MySQL Select Query - Get only first 10 characters of a value

Ok, so here is the issue. I have a table with some columns and 'subject' is one of the columns. …

mysql sql select
How to use a table type in a SELECT FROM statement?

This question is more or less the same as this In the package header : Declared the following row type: TYPE …

oracle select row
How to filter an array of objects based on values in an inner array with jq?

Given this input: [ { "Id": "cb94e7a42732b598ad18a8f27454a886c1aa8bbba6167646d8f064cd86191e2b", "…

arrays json select jq negation
JQuery - how to select dropdown item based on value

I want set a dropdown(select) to be change based on the value of the entries. I have <select …

javascript jquery select jquery-selectors
Select only rows if its value in a particular column is less than the value in the other column

I am using R and need to select rows with aged (age of death) less than or equal to laclen (…

select r rows
How to get Javascript Select box's selected text

This things works perfectly <select name="selectbox" onchange="alert(this.value)"> But I want to select the text. …

javascript select