Tagged Questions
1
vote
3answers
33 views
Mysql test if 2 users have a conversation
I am making a message system, much like on facebook. When a user send a new message to a person from their profile, instead of from within messages, i want to check the database if they already have a ...
0
votes
1answer
33 views
[C#]Doesn't insert in DB, does give a executenonquery of 1
I am busy with a project in which I have to insert some data in a compact SQL db file which is created in Visual Studio 2010 express. Every check I do says the insert is being done properly, only one ...
1
vote
1answer
30 views
mysql query to get all the unit that a student not enrolled in
I have two tables: chosenunit and units. In chosenunit table there are 2 columns student_id and unit_id . Units table has unit_id and unit_name columns with all the units in the system. Lets say there ...
1
vote
1answer
31 views
Complicated MySQL Query for MLM Business
I've got confused at the moment.
I've got one database to developed for MLM (Multi Level Marketing) company. so, there's one Members database.. each member have unique ID called membercode.. and all ...
1
vote
1answer
25 views
Error when adding foreign key constraint
I am trying to alter a table in Oracle's SQL*Plus
I was able to create a table using the reserved word order using quotes.
I was also able to add a primary key constraint. When it comes to adding the ...
0
votes
2answers
40 views
How to JOIN two tables when not using any Primary Keys?
I'm trying to JOIN 2 tables using columns that aren't either of the tables respective Primary Keys:
SELECT *
FROM TableA A
INNER JOIN TableB B
ON A.col5 = B.col5
Yet the above is returning 0 ...
-2
votes
1answer
39 views
How to write the following sql query for the following? [closed]
I have a table has columns like this
docid (documentID)
Word (word in the document)
count (number of occurrence of word in this document)
I need a query which can do the following thing -
get ...
1
vote
2answers
33 views
Inserting table in SQL server using Cursor
I am trying to import an excel file to SQL , the file has 3 columns : Box - Code - Validity
i am using the following query
USE [Libatel]
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER ...
2
votes
3answers
62 views
SQL complicated query
I have a following problem with my SQL query. I was managed to successfully execute about 15 of them but this one makes me sick. It's even hard to translate but probably you will understand.
Show ...
3
votes
1answer
40 views
Why is my union of two queries not ordering correctly?
(SELECT `size`, `type` FROM `table` WHERE `type`='a' ORDER BY `size` ASC)
UNION ALL
(SELECT `size`,`type` FROM `table` WHERE `type`='b' ORDER BY `size` DESC)
Why isn't this query working as I ...
0
votes
2answers
32 views
Query in a LIKE-TREE table
I have a table with the following columns:
idCat, idParent, Des
idCat is autoincremented, Des is for Description and idParent can be "0" if the record is a parent or it can have "idCat" value of a ...
1
vote
3answers
39 views
Get related rows in one table using a table with relations
I have two tables. One stores the content records, the other one stores the relations between the content-records.
table "content" table "relations"
+---+-----+------+------+ ...
0
votes
2answers
22 views
Error when using custom query in cakephp?
I have using cakephp for my website. And i use sql server 2012 with it.
I have confused that when i use:
$this->set('types',$this->Manager->query('select * from product_types'));
to get ...
0
votes
0answers
12 views
Show Job History Log's Other Computers in SQL Server
I installed SQL Server in computer which is under a LAN Network, connected to other computers such: B, C, D, E, and so forth.
I don't know which computers in the LAN access computer A to run their ...
0
votes
2answers
47 views
The sample from the database by date using only the day and month. Not taking into account the year
I have a database, let's call it "mydb".
The database "mydb", there is a table "mytable".
In the table "mytable", three fields: text (type char), start_date (type DATE) and end_date (type DATE).
I ...
-3
votes
1answer
29 views
Best performance practice for ID's exclusion in SQL queries [closed]
Which method gain more performance:
1. Query exclusion
$exlusionIds = array(1,2,3,4,5);
$sth = $dbh->prepare("
SELECT article_id, title, description
FROM articles
WHERE active = 1 ...
2
votes
2answers
53 views
How to show mysql records more than once and in a specific order
1) This is a much simplified example of what I am trying to do for ease of explaining the problem. 2) I will be doing thousands of these queries.
I have a mysql table like so:
NUMBER TEXTCOLOUR
...
1
vote
1answer
28 views
How to select group member count and follow status in same query mysql
I am trying to get user's groups which he either created or following, along with the total number of followers and want to get the most recent follower's date so I can order by with that. I have two ...
0
votes
0answers
12 views
Paginating hierarchical data using closure tables (MySQL)
I am trying to query paged hierarchical comments sorted by score. score is an integer, and the comments table has a self-referential parent_id column.
Each page should have at least one root comment ...
0
votes
1answer
35 views
Oracle - Query address from multiple Column
I am trying to query a Staff's addresses (Home and Correspondence Address).
What I have for Staff table is
Staff_ID, First_Name, Last_Name, Home_Adress, Corr_Address
And for Address table is
...
0
votes
1answer
43 views
Complex query in MySQL that joins purchase details, order information and product revision information
I am breaking my head trying to build a query in mysql.
I have a first table with sales results per product. The table has
product id, quantity, price, order id
Then, on a second table I have ...
0
votes
0answers
35 views
Problems sending two querys to Mysql Database
Hello the first query is executed fine.. the second one is failing.. why?, i think its ok..
I know the first part its ok , because this data its saved in the database, the second query isn´t.
...
0
votes
1answer
44 views
Error in SQL query in Visual Studio 2012
I am trying my hand at writing something that can be used at work and am learning on my own. I've run into an issue that I cannot find a solution to, although it's very possible that I am just ...
0
votes
0answers
15 views
Regex match in windows catalog (SQL query indexing service)
I'm trying to perform a Regular-Expression search on a catalog on Windows indexing service (Windows Server 2008 R2).
The CONTAINS predicate works great for words by I need to use regex for some ...
2
votes
1answer
29 views
Why is my datatable cell returning a null value?
I have an access database and a stored query. Here is my query...
SELECT MAX(CLNG(RIGHT(ProjectNum, 6))) AS LastDigits
FROM project_master_query
WHERE ((ProjectNum LIKE (IIF([@priorityDefID] = 4, ...
-4
votes
1answer
35 views
sql with employer table? salary and advance_payment [closed]
How to get this payment?
employer_payment.payment = employer_salary.salary - employer_advance_payment.advance_payment
Please give me your suggestions on the question how I solve this problem?
0
votes
2answers
32 views
Pivot a single row
im kinda new on using pivot. how can i pivot this record from this:
P1AVERAGE P2AVERAGE P3AVERAGE -> column name
1.25 1.50 1.75
to this:
AVERAGENAME AVERAGESCORE
...
0
votes
1answer
63 views
Alternative to GROUP BY to consolidate repeating values in single column
I'm using DB2 which apparently doesn't let you use the GROUP BY clause when it's returning more than one column. I have records that have repeating values for ID and name, for example:
EmpID | - ...
0
votes
3answers
49 views
Creating a SQL query according to dropdownlist selection
How would I create a string which could act as a where clause?
At the moment, I am doing it this way:
string strquery = "select * from tbl_DR_data ";
string strq2 = "where [Year 1]='" + ...
0
votes
1answer
25 views
Python, insert a case statement into a sql query
I am having a problem on using the CASE statement multiple times in a sql query in PYTHON.
I wonder if I can take away the CASE statement and create a template, and then I can put the template ...
0
votes
1answer
40 views
initialise all values in a query to 0 and top to NULL if there's no result
Hi all i execute this query to get a table where there's statistics of some database information.. i'd like to intialise the fields that don't exist ( because the query is executed in different dates ...
1
vote
1answer
52 views
What is wrong with this query, and how can I make it more efficient?
I have a ProjectNum column that contains a string data type. Normally the numbers are X1234... but if there is no number assigned, then one must be autogenerated and depending on the priority assigned ...
0
votes
1answer
28 views
Performance Impact of turning Columns into Rows
I'm planning to use JavaDB (Derby) or PostgreSQL.
I have the following problem: I need to store a large set of vectors. Currently all vectors contain a fixed number of elements. Hence the appropriate ...
0
votes
3answers
41 views
Why I get this strange result: [BLOB - …]? [duplicate]
This is my database schema:
Post:
id
title
body
date
Tag:
id
title
Post_Tag:
id
id_post
id_tag
Comment:
id
id_post
body
date
and this is my query:
SELECT
Post.id AS post_id,
Post.title ...
0
votes
2answers
89 views
How to do this complicated query?
This is my database schema:
Post:
id
title
body
date
Tag:
id
title
Post_Tag:
id
id_post
id_tag
Comment:
id
id_post
body
date
There is a many to many relationship between post and tag.
I need to ...
-1
votes
3answers
37 views
SQL INSERT INTO for specific cell
I'm trying to use this to insert the value "yes" into the list_title column where stream_number='3'. I can't figure out why it won't actually insert "yes" into the cell or any cell at all for that.
...
0
votes
1answer
23 views
Indexed query along with non index conditions
The following is a query that I'm executing.
select col1, col2 from table1 where col1 in (select table2.col1 from table2) and col2 = 'ABC' ;
In table1, an index is available on col2, no index is ...
-3
votes
0answers
25 views
ERROR - ORA-00907: missing right parenthesis
I am new to SQL and i got an error "ERROR - ORA-00907: missing right parenthesis" when i try to run my query, Please do help me out in solving this problem,Please do find the query below
Thanks in ...
0
votes
1answer
23 views
Error when trying to compile a user information list with MySQL using a join and a nested select
I am wondering why this MySQL query is not working.
MySQL is reporting "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to ...
0
votes
2answers
24 views
MySQL Syntax Error on complicated query
Sorry for the derp question (as I'm sure it probably is), but after going over the manual and through Stack Overflow for answer on this one, I'm still unsure of what's wrong with this database query.
...
2
votes
2answers
39 views
Query to join three tables With Sum
I am trying to join thee tables and there's one Sum value but its not showing any error but its a wrong value... but if I join with two table it working correctly.
the query is
SELECT ...
1
vote
2answers
91 views
PHP string variable in WHERE clause MySQL
I am having a problem with this simple sql query:
<?php
require_once('../../Connections/tohoshows.php');
$show ='gothaf';
mysql_select_db($database_tohoshows, $tohoshows);
$query_getShows = ...
1
vote
1answer
83 views
Merge tables into One WITH same generated number in both new tables
I found some options to run a myslq query to migrate/split one table into 2 new tables, but one of the fields I would like to create on the new table has to be the same as in the other new table:
So ...
72
votes
5answers
5k views
How can an SQL query return data from multiple tables [closed]
I would like to know the following:
how to get data from multiple tables in my database?
what types of methods are there to do this?
what are joins and unions and how are they different from one ...
3
votes
4answers
932 views
Select rows with Max Value grouped by two columns
I have seen quite a few solutions on this kind of problem (esp. this one SQL Select only rows with Max Value on a Column), but none of these seem to be appropriate:
I have the following table layout, ...
0
votes
7answers
7k views
How would you display the manager name from employee table in an SQL query?
I have an employee table that displays the employee number, name, and manager's employee number. I'm trying to create a query that displays the emp name, emp#, manager name and mgr#.
The table looks ...
55
votes
4answers
42k views
SQL Select only rows with Max Value on a Column
I have this table for documents (simplified version here):
+------+-------+--------------------------------------+
| id | rev | content |
...
4
votes
1answer
3k views
How to get difference between 2 columns
I have a query that is producing something like this:
StartTimestamp | EndTimestamp
================================
100 | 450
--------------------------------
150 | 500
...
2
votes
2answers
984 views
Which SQL pattern is faster to avoid inserting duplicate rows?
I know of two ways to insert without duplication. The first is using a WHERE NOT EXISTS clause:
INSERT INTO table_name (col1, col2, col3)
SELECT %s, %s, %s
WHERE NOT EXISTS (
SELECT * FROM ...
65
votes
7answers
32k views
save (postgres) sql output to csv file
what is the easiest way to save PL/pgSQL output from a PostgreSQL database to a csv file? I'm using PostgreSQL 8.4 with pgAdmin III and psql plugin where I run queries from.
thanks!
martin


