A request to retrieve information from a database or other information system. This tag can be used to refer to SQL queries against a database (SQL-Server, Oracle, MySQL, etc.) or for filtering and manipulation of memory data structures (jQuery, Linq).

learn more… | top users | synonyms (3)

0
votes
0answers
4 views

Updating SearchableDictionary with CursorLoader and Fragments

My goal is to make a dictionary that displays the use of plants for health. Its DataBase has four columns: Spanish, English, Latin and Definition. I made a customization of the SearchableDictionary ...
0
votes
2answers
17 views

Redundant data or two queries?

Okay. Take, for instance, a table that holds credit card charges, a table that holds credit cards, and a table that holds users. Each charge is associated with exactly one card, and each card is ...
1
vote
2answers
39 views

How can I run a MySQL query in PHP and send the data back to the browser?

I am trying to export a MySQL database using PHP, I want the data to be saved to the users computer, I want this data to be saved as a .sql file. I am trying to make it as simple as phpmyadmin. I ...
0
votes
1answer
31 views

Increasing a +1 to the id without changing the content of a column

I have this random table with random contents. id | name| mission 1 | aaaa | kitr 2 | bbbb | etre 3 | ccccc| qwqw 4 | dddd | qwert 5 | eeee | potentials 6 | ffffffff | toto What ...
0
votes
0answers
50 views

Query against a database with a combination of OR conditions

I am trying to perform a query against a database with a combination of OR conditions. By filling out the form with corresponding fields in the database, after receiving the data, I put the query in ...
0
votes
0answers
18 views

access sql query to keep row with most columns where duplicated

Pictured below is my table. I had to use a multi step query to extend out all my sub numbers. Now I need to remove all the rows that lead up to the last row. For Example 1637276M1 through 1637276M6 ...
0
votes
2answers
31 views

How to exchange rows for columns in R

I have a dataframe that consists of 47 columns and 592 rows. I plan to analyze it using propensity scoring and believe that predict() will give me what I want: a propensity score is the conditional ...
0
votes
1answer
18 views

CSS3 media query doesn't work

I have the following code: it is supposed to work for screen resolution 1281px and above. But When I re-size the screen it still applies the same screenAllLarge.css CSS file I also changed ...
0
votes
0answers
6 views

SQL Query in Visual Studio Report Designer

Can I write SQL queries in the custom code of Visual Studio Report Designer ? if yes How can I write it ?
0
votes
1answer
32 views

Returning distinct email addresses of multiple users with duplicate emails

I have a database that has the following fields Create table users { id int NOT NULL, username varchar(255), email varchar(255), signup_date date, PRIMARY KEY(id) } Create index user_index On users ...
0
votes
0answers
25 views

sql server 2008 not generating random value

I'm having a problem with random values being generated for each row in a result set in SQL Server 2008. I found a similar question here, but upon implementing the proposed answer, I saw the same ...
0
votes
1answer
31 views

Pro and Cons of opening multiple InputStream?

While coding the solution to the problem of downloading a huge dynamic zip with low RAM impact, an idea started besieging me, and led to this question, asked for pure curiosity / hunger of knowledge: ...
0
votes
0answers
21 views

Merge query using two tables in SQL server 2012

I am very new to SQL and SQL server, would appreciate any help with the following problem. I am trying to update a share price table with new prices. The table has three columns: share code, date, ...
3
votes
3answers
36 views

Sql Server 2008 Row to Column

I have two tables, tempUsers and tempItems. These two tables have a one to many relationship. When I use an inner join on these two tables the result looks like this: **user | Category** Jack | ...
0
votes
0answers
14 views

Is it possible to select and delete in the same query with SOLR (apache)

Documents can be added and removed any times. I need to remove some documents for historic storage. Is it possible to select AND delete in the same request ? Select&delete data Store data ...
0
votes
4answers
51 views

Select from MYSQL where the first four characters are

I have a database, in one of the fields occasionally I get an entry which starts off as mail.domainname.com Is it possible using mysql and php to select only the rows from the field hostname where ...
0
votes
2answers
28 views

my query syntax error

SELECT * FROM OPENDATASOURCE('SQLOLEDB','Data Source='+@SERVER_IP+';User ID=sa;Password=xxx').'EXEC '+@DB_NAME+' .dbo.get_MY' What is wrong with this query? Here is the error: Incorrect syntax ...
1
vote
3answers
66 views

SQL/MySQL Query Assistance

I need some help with this SQL Query. It is designed to retrieve names of students with the same S.S_level values as Jaci Walker, and have taken courses (CS.C_SE_id) with Jaci Walker in the BG ...
0
votes
1answer
6 views

Unable to execute LIKE query in HSQLDB

I need to execute LIKE query. i have created as below: AData ad : ao.find(AData.class, Query.select().where("user=? AND ISSUES LIKE %?%",user,issueId))) //issues field contain values as ...
3
votes
7answers
58 views

How to Delete in MS SQL WHERE IN (SELECT Multiple Columns)

i have a table lets call it "Cluster" which is related an second table Element Cluster: Id Group Ele1 Ele2 Ele3 1 1 1 2 3 2 1 4 NULL 9 3 2 5 8 7 Element Id ...
0
votes
0answers
25 views

Best Approach To Keep Records In Memory [closed]

I Have News Site Which Loads News From News Table , I have 5,6 widgets which loads records from same table but with some change in query Criteria I guss if i read all records in db for current day ...
0
votes
4answers
34 views

Order query results by part od column text

I have following query: SELECT t.*, c.alias as calias FROM jos2_tabs t JOIN jos2_tabs_category c on c.id=t.category_id WHERE (category_id = 43 OR category_id in ...
1
vote
1answer
16 views

How to use facebook graph api to get all the current employees of a company?

The new graph search on facebook page allows you to search for current employees of a company by typing a query like "Current Google employees" on the top search bar. Now how to do the same via ...
3
votes
2answers
25 views

Query input must contain atleast one table or query

I have a query in access that is suppose to check whether the item already exists in the database before inserting it: INSERT INTO FinalizedPrintedStickers Values('0000846043-481-9-0', '48IG - 1F ...
0
votes
5answers
40 views

SQL Query: Retrieve list which matches criteria

Sorry, I couldn't think of a better heading (or anything that makes sense). I have been trying to write a SQL query where I can retrieve the names of student who have the same level values as student ...
0
votes
3answers
34 views

Usage of GROUP BY and MIN with HSQLDB

I need to execute a query for retrieving the item with the soonest expire date for each customer. I have the following product table: PRODUCT |ID|NAME |EXPIRE_DATE|CUSTOMER_ID 1 |p1 |2013-12-31 ...
3
votes
2answers
38 views

How to set an event duration limit to define “same event” and “new event” in Access 2010 query or SQL?

I hope someone can help me! I am working in Access 2010 with datetime-stamped records (photographs from camera-traps) that signify visits by specific animals (SpeciesID, AnimalID) to different ...
1
vote
3answers
47 views

PostgreSQL Select from 5 million rows table

I have table with about 5 million rows CREATE TABLE audit_log ( event_time timestamp with time zone NOT NULL DEFAULT now(), action smallint, -- 1:modify, 2:create, 3:delete, 4:security, 9:other ...
0
votes
2answers
62 views

Should I use JOIN or UNION for this MYSQL query?

I am trying to display data from two different tables ordered by the time the data was created. Here are the 2 tables I am pulling data from: active_projects ...
0
votes
3answers
47 views

SQL Query needs to match similar records

I have a very large table of contacts which I am building an interface to help my client to de-dupe. Here is an example of the table content id | firstname | lastname | email | address1 | ...
1
vote
4answers
44 views

select two columns based on the maximum value of the other column in SQL

Hi this is the table Im using say Loandetails Loanno Balance amount DueDATE 1001045 308731.770000 12/31/99 1001045 2007700.740000 12/31/99 1001045 3087318905.770000 11/01/99 1001045 ...
0
votes
3answers
21 views

Linq Query Grouping Data table using two columns

I've got one question here. I'm a newbie so pardon with my terminologies, I am querying a data table wherein I need to group this data table according to date and their unique access code. var ...
0
votes
2answers
40 views

Sql query to delete rows for a specific condtion

i am trying to write query for the following mysql db has two columns with data as follows no id 1 1 1 2 1 3 2 4 3 5 3 6 4 7 5 8 i need to write query for the following condtion ...
0
votes
0answers
17 views

Tool to convert MS Access Queries into SQL Server Queries/SP

I was wondering if there is any tool (free or paid) that could convert MS Access Queries into SQL Server Queries/Stored Procedure since both the database differ in their respective SQL Syntax?
-3
votes
0answers
12 views

My Android Application Is Shutting Down While Retrieving A Non Existing From The Database(SQLite)

I'm new to Android... Actually I have an application related to SQLite. In the Database Table I have 3 columns namely ITEM NAME, COMPANY and LOCATION. I have stored a few values in the database. ...
1
vote
2answers
26 views

String Delimiting in sql server taking Input from a Table

I'm using Delimiting Strings, in sql server I have a function like select * from fnSplit('1,22,333,444,,5555,666') Which splits the string into a table. But now I need to take the input from a ...
0
votes
1answer
12 views

Concatenate Import Expression in SQL

I have the following query: select @Box=Box,@Code=Code,@Validity=Validity,@Type=[Type] FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0', 'Excel 12.0;Database=C:\Barcodes.xlsx;HDR=YES', ...
1
vote
1answer
32 views

Finding similar pairs of data using SQL

I have written the following Query Sample Query USE SampleDB SELECT Sec.SecurityID, Port.PortfolioCode, Sec.SymbolNameSpace, Sec.Symbol, PT.TradeAmount, PT.tradedate, PT.settledate, ...
-3
votes
5answers
35 views

How to retrieve corresponding value of a column?

I have two tables, one named logs the other named location. In logs, I have the following: ___________________________ | id | message | location | '-------------------------' | 1 | test | 1 ...
0
votes
1answer
34 views

MYSQL supplied argument is not a valid MySQL-Link resource [duplicate]

ERROR: Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /var/www/247QC/system/core.php on line 21 Invalid query: Whole query: SELECT * FROM users WHERE username='matt' ...
0
votes
1answer
35 views

How to dispaly name of table from a database when match criteria

I have the table structure as: tabble_name_temp1 col_up col_down akash kavita kavita aruhi aruhi Akash tabble_name_temp2 col_up col_down ...
0
votes
1answer
25 views

Selecting multiple table based on MySQL

I want to perform a search query on my database tables. This is my tables example. movies -------------------------- ID (INT) | TITLE (VARCHAR) -------------------------- actors ...
0
votes
3answers
30 views

Have a SQL Query that needs to match a number from user input to multiple columns then to column on other table

I have a query that takes a user uploaded csv and matches the number on my sql table. That is listed below. It works fine but i need another query to do something similar. I now need a query that ...
0
votes
2answers
44 views

Cant get mysql query working

ok I have these two functions in my functions file for my site they are there too move files names to my database to pull in images this is the query thats not working function ...
0
votes
2answers
14 views

Merge and replace table id with name

table employee: +----+------------+ | id | firstname | +----+------------+ | 1 | name1 | +----+------------+ table orders: +----+--------+ | id | eid | +----+--------+ | 1 | 2 | ...
0
votes
1answer
28 views

trying to get count statistics for simple db table

I want to extract name, # kills, # deaths from a simple database table. The table has _from (killer), _to (person who died), and then a wiretap of the event. In the case of pvp, we want to count if ...
0
votes
1answer
20 views

How to programmatically determine whether a column is set to AUTOINCREMENT in SQLite?

Using Python 2.7's sqlite3 library, how do I determine which columns of a table are set to AUTOINCREMENT? I know I can use the SQLite command line utility, but I need to do this within a program. I ...
0
votes
1answer
22 views

Laravel display table record using query

This may be a silly question but I'm stuck.. I basically want to run a simple select query in laravel and show result from a single row in database result. I'm new to php and laravel so trying to ...
0
votes
1answer
21 views

cakePHP WHERE IN CLAUSE : Array to String convertion

Hello I want to get all the data from a table that are in the range of those arrays below : //A data sent from AJAX to PHP $authors = $_POST['authors']; $articles= $_POST['articles']; The following ...
0
votes
1answer
21 views

Python/Django: Get record from DB based on a dictionary field

I have a database table and one of the fields is a serialized python dictionary (or stringified JSON) in this form: {"full_name":"first_name=John&last_name=Smith", "id":24354,"username":"hello"} ...

1 2 3 4 5 596