Tagged Questions
A precise request for information retrieval with database and information systems.
93
votes
22answers
4k views
Joins are for lazy people?
I recently had a discussion with another developer who claimed to me that JOINs (SQL) are useless. This is technically true but he added that using joins is less efficient than making several requests ...
84
votes
6answers
57k views
T-SQL: Selecting rows to delete via joins
Scenario:
Let's say I have two tables, TableA and TableB. TableB's primary key is a single column (BId), and is a foreign key column in TableA.
In my situation, I want to remove all rows in TableA ...
63
votes
7answers
67k views
“INSERT IGNORE” vs “INSERT … ON DUPLICATE KEY UPDATE”
While executing an INSERT statement with many rows, I want to skip duplicate entries that would otherwise cause failure. After some research, my options appear to be the use of either:
"ON ...
53
votes
45answers
6k views
Which is faster/best? SELECT * or SELECT column1, colum2, column3, etc
I've heard that SELECT * is generally bad practice to use when writing SQL commands because it is more efficient to SELECT columns you specifically need.
If I need to SELECT every column in a table, ...
38
votes
6answers
2k views
General rules for simplifying SQL statements
I'm looking for some "inference rules" (similar to set operation rules or logic rules) which I can use to reduce a SQL query in complexity or size. Does there exist something like that? Any papers, ...
29
votes
4answers
22k views
How do I specify unique constraint for multiple columns in MySQL?
I have a table:
table votes (
id,
user,
email,
address,
primary key(id),
);
Now I want to make the columns user, email, address unique (together).
How do I do this in MySql?
...
28
votes
4answers
730 views
Improving Postgres psycopg2 query performance for Python to the same level of Java's JDBC driver
Overview
I'm attempting to improve the performance of our database queries for SQLAlchemy. We're using psycopg2. In our production system, we're chosing to go with Java because it is simply faster ...
28
votes
4answers
2k views
Tradeoffs using NHibernate 3.0 QueryOver or LINQ provider
I have not found a clear comparison of what is supported with the NHibernate 3.0 LINQ Provider compared to using the QueryOver syntax. From the surface, it seems like two large efforts into two very ...
26
votes
12answers
964 views
How bad is my query?
Ok I need to build a query based on some user input to filter the results.
The query basically goes something like this:
SELECT * FROM my_table ORDER BY ordering_fld;
There are four text boxes in ...
23
votes
1answer
139 views
Why does “_” (underscore) match “-” (hyphen)?
I have to look for some pdf manual using this query:
root@localhost:test> select * from a where name like '%taz_manual%.pdf%';
+--------------------+------------------+-------------+
| name ...
23
votes
2answers
16k views
every derived table must have its own alias
i am running this query on mysql
SELECT ID FROM (SELECT ID, msisdn FROM (SELECT * FROM TT2));
and it is giving this error:
Every derived table must have its own alias.
what is wrong ?
22
votes
11answers
1k views
Does anyone use Right Outer Joins?
I use INNER JOIN and LEFT OUTER JOINs all the time. However, I never seem to need RIGHT OUTER JOINs, ever.
I've seen plenty of nasty auto-generated SQL that uses right joins, but to me, that code ...
21
votes
4answers
6k views
How to do an INNER JOIN on multiple columns
I'm working on a homework project and I'm supposed to perform a database query which finds flights either by the city name or the airport code, but the flights table only contains the airport codes so ...
21
votes
3answers
13k views
How to query as GROUP BY in django?
I query a model,
Members.objects.all()
and it returns say
Eric, Salesman, X-Shop
Freddie, Manager, X2-Shop
Teddy, Salesman, X2-Shop
Sean, Manager, X2-Shop
What i want is, to know the ...
20
votes
4answers
6k views
Union and Intersect in Django
class Tag(models.Model):
name = models.CharField(maxlength=100)
class Blog(models.Model):
name = models.CharField(maxlength=100)
tags = models.ManyToManyField(Tag)
Simple models just to ask ...
19
votes
9answers
13k views
Multiple Updates in MySQL
I know that you can insert multiple rows at once, is there a way to update multiple rows at once (as in, in one query) in MySQL?
Edit:
For example I have the following
Name id Col1 Col2Row1 ...
18
votes
4answers
12k views
How can I view live MySQL queries?
I am just wondering if its possible to trace MySQL queries on my linux server as they happen?
For example I'd love to set up some sort of listener, then request a web page and view all of the queries ...
17
votes
3answers
9k views
MySQL performance optimization: order by datetime field
I have a table with roughly 100.000 blog postings, linked to a table with 50 feeds via an 1:n relationship. When I query both tables with a select statement, ordered by a datetime field of the ...
17
votes
10answers
26k views
MySQL - Search in all fields from every table from a database
I know that probably it's not possible to do this, but just want to check it out with you, guys... Is it possible to do something like this, using MySQL? I want to search in all fields from all tables ...
16
votes
4answers
3k views
What's the difference between NOT EXISTS vs. NOT IN vs. LEFT JOIN WHERE IS NULL?
It seems to me that you can do the same thing in a SQL query using either NOT EXISTS, NOT IN, or LEFT JOIN WHERE IS NULL. For example:
SELECT a FROM table1 WHERE a NOT IN (SELECT a FROM table2)
...
16
votes
13answers
11k views
SQL select join: is it possible to prefix all columns as 'prefix.*'?
I'm wondering if this is possible in SQL. Say you have two tables A and B, and you do a select on table A and join on table B:
SELECT a.*, b.* FROM TABLE_A a JOIN TABLE_B b USING (some_id);
If ...
15
votes
4answers
12k views
Android quotes within an sql query string
I want to perform a query like the following:
uvalue = EditText( some user value );
p_query = "select * from mytable where name_field = '" + uvalue + "'" ;
mDb.rawQuery( p_query, null );
if the ...
15
votes
5answers
7k views
MySQL pagination without double-querying?
I was wondering if there was a way to get the number of results from a MySQL query, and at the same time limit the results.
The way pagination works (as I understand it), first I do something like
...
14
votes
0answers
338 views
groupby multiple columns in a F# 3.0 query
Just trying out F# 3.0 and hit a bit of a wall when it comes to grouping by multiple columns. The obvious thing to try was
query {
for d in context.table do
groupBy (d.col1,d.col2) into g
...
14
votes
8answers
1k views
Very slow MYSQL query for 2.5 million row table
I'm really struggling to get a query time down, its currently having to query 2.5 million rows and it takes over 20 seconds
here is the query
SELECT play_date AS date, COUNT(DISTINCT(email)) AS ...
14
votes
5answers
34k views
XML Query in SQL Server 2008
I am just starting to use XML within SQL Server 2008. I have the data in the XML, but I am having a hard time finding good examples of querying the data. Can someone point me to a good place to ...
14
votes
8answers
959 views
Query against 250k rows taking 53 seconds
The box this query is running on is a dedicated server running in a datacenter.
AMD Opteron 1354 Quad-Core 2.20GHz
2GB of RAM
Windows Server 2008 x64 (Yes I know I only have 2GB of RAM, I'm upgrading ...
14
votes
10answers
9k views
Ignoring a NULL parameter in T-SQL
I want to be able to pass in a list of parameters, and ignore the ones which are NULL. So that the query is in effect pretending that the filter isn't there and ignoring it.
I was doing it like ...
14
votes
3answers
12k views
N prefix before string in Transact-SQL query
Would you tell me, please, when should I use N prefix before string in Transact-SQL query? I have started to work with a database where I don't get any results using query like this
SELECT * FROM ...
13
votes
2answers
115 views
mysql Query slow - IP lookup (banned or not)
I have on my PHP file a function that check if an IP is banned or not. For some reason my site is very slow and the problem is when I check if the IP is banned or not.
(I remove the code that checks ...
13
votes
2answers
2k views
Performing regex Queries with pymongo
I am trying to perform a regex query using pymongo against a mongodb server. The document structure is as follows
{
"files": [
"File 1",
"File 2",
"File 3",
"File 4"
],
...
13
votes
2answers
50k views
SQLite query in android application
I use this query in my android database, but It return no data. Am I missing something?
SQLiteDatabase db = mDbHelper.getReadableDatabase();
String select = "Select _id, title, title_raw from ...
13
votes
13answers
25k views
Get a list of dates between two dates
Using standard mysql functions is there a way to write a query that will return a list of days between two dates.
eg given 2009-01-01 and 2009-01-13 it would return a one column table with the ...
13
votes
4answers
4k views
Does adding 'LIMIT 1' to MySQL queries make them faster when you know there will only be 1 result?
When I add LIMIT 1 to a MySQL query, does it stop the search after it finds 1 result (thus making it faster) or does it still fetch all of the results and truncate at the end?
12
votes
5answers
564 views
What algorithms does SQL use? [closed]
Ive always wondered this but never had the chance to research it.
What sort of algorithms are use in SQL? Naturally you search and compare for basic statements, what search algorithms? Sorting? and ...
12
votes
5answers
4k views
MongoDB: Is it possible to make a case-insensitive query?
Example:
> db.stuff.save({"foo":"bar"});
> db.stuff.find({"foo":"bar"}).count();
1
> db.stuff.find({"foo":"BAR"}).count();
0
12
votes
7answers
27k views
How to put more than 1000 values into an Oracle IN clause
Is there any way to get around the Oracle 10g limitation of 1000 items in a static IN clause? I have a comma delimited list of many of IDs that I want to use in an IN clause, Sometimes this list can ...
12
votes
11answers
5k views
How do I return random numbers as a column in SQL Server 2005?
I'm running a SQL query on SQL Server 2005, and in addition to 2 columns being queried from the database, I'd also like to return 1 column of random numbers along with them. I tried this:
select ...
11
votes
6answers
270 views
How do I extend this query to find valid combinations of three items?
I totally don't expect to get any answers here, but I'll try anyway.
So this came out of playing Skyrim. I wanted an easy way to look up what ingredients can be combined to make different ...
11
votes
3answers
153 views
Group close numbers
I have a table with 2 columns of integers. The first column represents start index and the second column represents end index.
START END
1 8
9 13
14 20
20 25
30 42
42 49
60 67
...
11
votes
3answers
3k views
Cannot insert explicit value for identity column in table 'table' when IDENTITY_INSERT is set to OFF
I have below error when i execute the following script;
Could you specify what it is and how it can be resolved?
Insert table(OperationID,OpDescription,FilterID)
values (20,'Hierachy Update',1)
...
11
votes
3answers
41k views
How to write LDAP query to test if user is member of a group?
I want to write an LDAP query which tests whether a user (sAMAccountName) is a member of a particular group. Is it possible to do that so that I get either 0 or 1 result records?
I guess I can get ...
11
votes
5answers
7k views
MySQL ON DUPLICATE KEY - last insert id?
I have the following query:
INSERT INTO table (a) VALUES (0)
ON DUPLICATE KEY UPDATE a=1
I want the ID of either the insert or the update. Usually I run a second query in order to get this as I ...
11
votes
7answers
18k views
Sort a List<T> using query expressions - LINQ C#
I have a problem using Linq to order a structure like this :
public class Person
{
public int ID { get; set; }
public List<PersonAttribute> Attributes { get; set; }
}
public class ...
11
votes
7answers
5k views
How do you sort a tree stored using the nested set model?
When I refer to nested set model I mean what is described here.
I need to build a new system for storing "categories" (I can't think of better word for it) in a user defined hierarchy. Since the ...
10
votes
1answer
57 views
select mysql missing columns in php
i need to get the latest order (from our custon admin panel). here's my query:
select *
from order
left join customer
on (customer.id = order.fk_cid)
where date = curdate()
order by time ...
10
votes
3answers
165 views
How to delete a large record from SQL Server?
In a database for a forum I mistakenly set the body to nvarchar(MAX). Well, someone posted the Encyclopedia Britanica, of course. So now there is a forum topic that won't load because of this one ...
10
votes
4answers
1k views
How do I explicitly insert nulls into a parametized query?
I'm using Delphi 7 and Firebird 1.5.
I have a query that I create at runtime where some of the values might be null. I can't work out how to get Firebird to accept explicit nulls for values that I ...
10
votes
5answers
480 views
Mysql query : file sort when inner join, limit and order by
I'm trying to optimize this query:
SELECT articles.id
FROM articles
INNER JOIN articles_authors ON articles.id=articles_authors.fk_Articles
WHERE articles_authors.fk_Authors=586
ORDER BY ...
10
votes
2answers
2k views
Sqlite LIMIT / OFFSET query doubt
I have simple question with Sqlite. What is the difference between this:
Select * from Animals LIMIT 100 OFFSET 50
and
Select * from Animals LIMIT 100,50
thanks in advance