Tagged Questions

3
votes
4answers
67 views

inner joins in oracle

I was thinking about the syntax of inner joins in Oracle's SQL implementation and here is something that seems a bit inconsistent: Let's say you have two relations loan(loan_numbe …
1
vote
3answers
70 views

SQL query problem with AND

I have a table that holds topic types another that holds materials. I then have another table which holds the keys of each table thus creating the many to many relation. However, …
6
votes
17answers
321 views

SQL: Inner joining two massive tables

Good afternoon, I have two massive tables with about 100 million records each and I'm afraid I needed to perform an Inner Join between the two. Now, both tables are very simple; h …
0
votes
3answers
60 views

SQL Server: Design: Embedded Select statement or INNER JOIN ?

I've the following table structure - Site: Master tablefor site Org: Master table for Org User: Master table for User (each user links to a unique Org via User.OrgI …
0
votes
2answers
39 views

Join to give list with optional relationship column

Here are the tables: sets: id INT users: id INT items: id INT setid INT [an item only belongs to one set] relationships: userid INT …
0
votes
2answers
98 views

When do i use inner joins and when do i use subqueries?

What is the difference between an inner join and a subquery? and when should i use a subquery? or an inner join? I was in a situation recently where an inner join was too slow and …
0
votes
1answer
77 views

LINQ; forcing a new {} to return Iqueryable?

Hi there, I written a small query and in Linqpad its working well but (see below) Tariffs is not returned as Iqueryable, does anyone know how to fix this ? Basically see Tariffs …
0
votes
2answers
111 views

Inner Join with more than a field

Precise to do a select with inner join that has relationship in more than a field among the tables Exemple: DataSet dt = new Select().From(SubConta.Schema) .InnerJoin(P …
0
votes
1answer
36 views

Help with linq join

Hi there, I have the following expression in linq (its a join) and i am selecting into "J" because i need to use J later (currently i just selecting J but once i have this fixed i …
2
votes
5answers
94 views

How do I force SQL Server 2005 to run a join before the where?

I've got a SQL query that joins a pricing table to a table containing user-provided answers. My query is used to get the price based on the entered quantity. Below is my SQL stat …
0
votes
1answer
62 views

LINQ: Using a pivot table in linq

Hi there, Can anyone help? I have the following structure using associations, and as you can see v.StructureType.Description works great as its a 1 to 1 association, but i need t …
0
votes
1answer
24 views

LINQ: Associations not functioning correctly for use with innerjoins

Hi there, Can anyone help, I have been using linq2sql with great success using my associations (foreign keys) to provide inner joins etc... for example this, works great, the col …
0
votes
2answers
108 views

ms access complicated query. querying last two entries by date for each ID. very slow

I have two tables. Widgets, which has information about each widget (Color, size, etc); each widget has a unique ID, WidgetID. The other table is Tests, and it contains informatio …
1
vote
2answers
149 views

SQL double SELECT on the same field (mysql or sqlite3)

Hi, i have a problem that i can't solve ! (sqlite3, but i think it would be the same than MySql) I have those tables (image) : And i would like to find all the bus lines (with t …
0
votes
3answers
274 views

MySQL + Drupal: Index ignored in INNER JOIN

Our environment: Drupal+MySQL Examining the query log indicates that the following query, originating from Drupal core's node_load function is taking considerable amount of time. …

1 2 3 4 5 next
15 30 50 per page