Tagged Questions
The not-exists tag has no wiki summary.
8
votes
7answers
11k views
SQL - improve NOT EXISTS query performance
Is there a way I can improve this kind of SQL query performance:
INSERT
INTO ...
WHERE NOT EXISTS(Validation...)
The problem is when I have many data in my table (like million of rows), the ...
8
votes
4answers
9k views
Mysql select where not in table
I have 2 tables (A and B) with the same primary keys. I want to select all row that are in A and not in B. The following works:
select * from A where not exists (select * from B where A.pk=B.pk);
...
7
votes
3answers
545 views
The purpose of SQL's EXISTS and NOT EXISTS
Every now and then I see these being used, but it never seems to be anything that can't be performed as equally well, if not better, by using a normal join or subquery.
I see them as being misleading ...
7
votes
2answers
259 views
COUNT() Function in conjunction with NOT IN clause not working properly with varchar field (T-SQL)
I came across a weird situation when trying to count the number of rows that DO NOT have varchar values specified by a select statement. Ok, that sounds confusing even to me, so let me give you an ...
5
votes
3answers
812 views
Using a table variable inside of a exists statement
I am trying to update a column inside of a table variable based on a condition, the condition being that the ID of the table variable does not exist in a different table:
DECLARE @BugRep ...
3
votes
2answers
1k views
Magento: addAttributeToFilter but ignore for products that don't have this attribute?
I'm trying to show add some filters on my store, but they have a nasty side effect.
Suppose I have product type A and B. Now I want to only show A where color = blue/red.
$collection = ...
3
votes
4answers
6k views
PostgreSQL create table if not exists
In a MySQL script you can write:
CREATE TABLE IF NOT EXISTS foo ...;
... other stuff ...
and then you can run the script many times without re-creating the table.
How do you do this in ...
3
votes
4answers
5k views
MySQL Join Where Not Exists
I have a MySQL query that joins two tables
Voters
Households
they join on voters.household_id and household.id
Now what i need to do is to modify it where the voter table is joined to a third ...
2
votes
7answers
87 views
If a folder does not exist,Create it
I use a FileUploader control in my application. I want save the files,in a specified folder. Now I want,If this folder does not exists,first create it, then save my file to this folder. And if folder ...
2
votes
2answers
63 views
If does not exist,Add a column
I want write a query in sql server that adds a column to a table. But I want no error display, when run this query.
I use like this query :
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = ...
2
votes
1answer
90 views
Using WHERE NOT EXISTS with dummy table not working on Apache Derby Database
So I'm using Java with Apache Derby, and I'm trying to insert a record, but only if a record with the same key does not already exist, because all the values I want to exist in my code rather than the ...
2
votes
2answers
59 views
Will the following two queries give the same output consistently?
We want to find the deptno of those departments having employees who can do some work done by employee in depertment 20.
SELECT deptno
FROM dept
WHERE EXISTS(SELECT *
FROM emp x
...
2
votes
2answers
155 views
Mysql IF NOT EXISTS then syntax
I can't manage to produce a working mysql query right now for what I want. I got as close as
IF NOT EXISTS(SELECT *
FROM Users
WHERE ...
2
votes
1answer
671 views
RabbitMQ Message Queue Exists or Not
How Can i check whether a message Queue already exists or not..
Reason for this is i have 2 different applications one creating a queue and other reading from that queue..So if i run the Client which ...
2
votes
2answers
557 views
How do I correctly use two Not Exists statements in a where clause using Access SQL VBA?
I have 3 Tables: NotHeard,analyzed,analyzed2. In each of these tables I have two columns named UnitID and Address.
What I'm trying to do right now is to select all of the records for the columns ...
1
vote
3answers
268 views
How can I do an insert where not exists?
I'd like to combine an insert query with a "where not exists" so as not to violate PK constraints. However, syntax such as the following gives me an Incorrect syntax near the keyword 'WHERE' error -
...
1
vote
2answers
739 views
mysql: select all items from table A if not exist in table B
I am having problem with selecting values from table a (id, room_name) where there are no corresponding events in table b (room_id, room_start, room_finish)
my query looks following
SELECT id, ...
1
vote
2answers
220 views
SQL: check if a table contains no nulls in a particular column
I'm working on a stored procedure and at one point I want to check my table variable to see if there are exactly zero rows with a specific field equal null. In other words, for every row in my table, ...
1
vote
1answer
201 views
SQL: not exist with openquery not working as expected
I do have an oracle 8 database from which I want to fetch data to SQL Server 2005. The following statement works fine, if the table on SQL Server 2005 is empty. If I run with let's say one entry ...
1
vote
2answers
209 views
Mysql: Perform of NOT EXISTS. Is it possible to improve permofance?
I have two tables posts and comments. Table comments have post_id attribute. I need to get all posts with type "open", for which there are no comments with type "good" and created date MAY 1.
Is it ...
1
vote
3answers
6k views
Insert record into table if entry does not exist in another table- with an extra twist
Hi to all you mighty SQLsuperheros out there..
Can anyone rescue me from imminent disaster and ruin?
I'm working with Microsoft Access SQL. I'd like to select records in one table (table1) that don't ...
1
vote
2answers
1k views
Array .push() if does not exist?
How can i push up into an array if neither values exist? Here is my json array/object:
[
{ name: "tom", text: "tasty" },
{ name: "tom", text: "tasty" },
{ name: "tom", text: "tasty" },
...
1
vote
3answers
2k views
mysql insert if row does not exist already in a table with NO UNIQUE FIELDS
Looking for a while now already for how to accomplish this.
Seems that all solutions need unique fields with indexes.
0
votes
4answers
47 views
To check a date in one table does NOT exist in reservation period in 2nd table
I am new to this after spending 2 days trying to find an answer on the net
I am trying to construct a MYSQL select statement
I have 2 tables on ethat contains a list of dates and prices, the ...
0
votes
0answers
26 views
Removing invalid(nonexisting) colum names from table in Sql Server 2008
Please look at screenshot above: here you see Languages table with PRIMARY KEY Language_Id, and two columns - Name and Number.
Previously the table was named Technologies and not Languages (I ...
0
votes
4answers
36 views
delete bridge table rows in T-SQL that don't relate to another result set
I'd like to write a delete script that deletes rows out of the bridge table (acucore_securitypermission). Right now, this SELECT query (that will be the rows I'd like to delete) doesn't work. I get ...
0
votes
1answer
151 views
SharePoint 2010 folder woes
I've put together a function that creates a sharepoint folder in a document library based on the url that's past in as an argument. The code works and the folder shows up in sharepoint from the ...
0
votes
3answers
78 views
Enter one record using 'if Not Exists'
I'm trying to find one record in the Meeting table that contains the same Modified_user_id, assigned_user_id, Name, date_start,date_end, created_by as the record that's being saved. The new record ...
0
votes
0answers
125 views
SQL Insert if Not Exists with a Select Statement
I'm trying to insert a record into a table using "Not Exists", but can't get it to work.
When I run the "select" statement that's in the "Not Exists" statement, it returns 0, so The record should be ...
0
votes
2answers
79 views
View with Not exists join to be used in Entity Framework
I need to create a view in SQL Server and to use it in a GridView on my .aspx page.
The view is mapped in my application through Entity Framework.
Here's my example:
SELECT User.UserName, ...
0
votes
0answers
73 views
MySql 5.1.32: call another procedure within a stored procedure and set variable
I'm new at creating and working with stored procedures.
After spending several hours on trying, reading tutorials (and yes reading all the related questions at stackoverflow :-) ) I'm stuck.
This ...
0
votes
2answers
125 views
MySQL INSERT if one of primary key value doesn't match
I would like to do MySQL query like this:
if((value1 != dbPrimaryValue1) OR (value2 != dbPrimaryValue2))
INSERT ROW
else
DO NOTHING
Lets try example:
CREATE TABLE `tmp` (
`one` ...
0
votes
3answers
127 views
what does this query mean
what does this query mean
select fname, lname
from Owner
where not exists
(select fname, lname
from Trainer)
what i understand :it returns fname and lname from table ...
0
votes
0answers
157 views
HQL join: finding Users friends who haven't preformed an action (Which is better?)
I'm looking to display users friends who haven't preformed certain actions. E.g borrowed a book, bought a book.
When a user buys/reserves to the book a row is recorded,
So i need a hql query where it ...
0
votes
2answers
356 views
rails check for existing instance attribute
I'm working on a social networking site (basically a copy of facebook to be honest...) and I reused big parts of insoshi. But the feed of insoshi is not accurate enough for my likings. As in it doesnt ...
0
votes
3answers
550 views
Syntax for SQL Not In List?
I am trying to develop a T-SQL query to exclude all rows from another table "B". This other table "B" has 3 columns comprising its PK for a total of 136 rows. So I want to select all columns from ...
0
votes
1answer
253 views
PHP copy says file does not exist when it does
im using the following code;
if( ! file_exists( $path ) ) { die( "'" . $path . "' not vaild path"); }
copy( $path, ltrim($create_folder . ltrim($path, "./"), ".") );
echo "'" . $path. "' => '" . ...
0
votes
2answers
103 views
get random code not exists mysql
I have this sql
select concat( char(FLOOR(97+ RAND()*26))
, char(FLOOR(97+ RAND()*26))
, FLOOR(100+ RAND()*999)
, char(FLOOR(97+ RAND()*26))) ...
0
votes
3answers
751 views
CAML Query find records where parameter does not exist?
I have a sharepoint list which has several fields. It seems that when a field is left blank on one of the records - that attribute is missing on the field when I query the list using a CAML Query.
...
0
votes
2answers
60 views
retrieve available day from date rante
I think I'm pretty close on this query, but can't seem to crack it, and I'm not sure if I've got the most efficient approach.
I am trying to find a day where a user is not booked from a range of ...
0
votes
4answers
153 views
Getting record differences between 2 nearly identical tables
I have a process that consolidates 40+ identically structured databases down to one consolidated database, the only difference being that the consolidated database adds a project_id field to each ...
0
votes
4answers
225 views
SELECT item types not provided by an entity
So I've got some data. There are entities. Entities have an arbitrary number of items. Items can be one of a defined set of types. An entity can have more than one item of a given type. I can get a ...