Tagged Questions

1
vote
2answers
25 views

SQL Query problem

Consider two table.Employee and Project.Employee table has fields like eid,ename.Project table has fields like pid,pname.Now,since an employee can work on many projects and a proje …
0
votes
2answers
22 views

Counting all the posts belonging to a category AND its subcategories.

I would really appreciate some help with my problem: I have 2 MySQL tables, categories and posts, laid out (simplified) like so: categories: CATID - name - parent_id posts: PI …
2
votes
4answers
40 views

query to check index on a table

i need a query to see if a table already has any indexes on it.
2
votes
3answers
23 views

NHibernate Polymorphic Query on a Collection

I'm trying to write a query in NHibernate. I don't really care if I use the Criteria API or HQL, I just can't figure out how to write the query. Here's my model: public class Log …
0
votes
3answers
40 views

Value of column in row with previous key

I'm writing an application which tracks views of various items across time, and I've hit a bit of a snag. I need to get the difference in views between two adjacent updates. The up …
0
votes
8answers
118 views

SQL query, can i have WHERE as a wildcard?

Hello everybody! Is it possible to have the WHERE as a wildcard in a SQL query? I have this simple query: SQL = "SELECT ID, Firstname, Lastname, Company, City, Email FROM table …
0
votes
5answers
38 views

MySQL search multiple tables for information

Hi all!, I'm building a searchfunctionallity where a user can select the different libraries to search in with the provided keywords. Also the AND operator is supported. My proble …
0
votes
1answer
18 views

How visible/traceable is local CSV data queried from an ASP.NET page?

I want to have a page on a remote site that selects a local CSV file as a data source which outputs to a GridView. What is the format of the source data and how is it transferred …
0
votes
1answer
12 views

SPSiteDataQuery fails if field of type UserMulti is specified in ViewFields

Hello. I`m trying to query all task lists. I have modified default Task content type to allow multiple choices for Assigned To field (Internal name - AssignedTo). My SPSiteDataQu …
0
votes
1answer
12 views

Querying entities which have a specific collection entry using HQL

I have Item objects which have a collection of attributes defined as a map. Now I want to retrieve all objects which have a specific attribute (by name, locale and value) An expec …
0
votes
1answer
22 views

MySQL Query Browser Multiple Statements

So, I'm using MySQL Query Browser to connect to a remote mysql server and trying to execute multiple statements. But it appears to only execute one statement at a time. For instanc …
0
votes
2answers
35 views

MySQL - large query vs Short query with multiple if’s

This is a really broad question, but I have come across it a couple of times in the last few weeks and I was wondering what the general consensus is regarding good practice and eff …
0
votes
3answers
49 views

MySQL: Join two tables with different number of rows and one same column name

Hi, i have two tables "*TABLE_A*" and "*TABLE_B*", and i want to connect them the same way like in "*RESULT_TABLE*". TABLE_A: +-----------+-----------+---------+ | row_id | …
12
votes
8answers
187 views

Very slow MYSQL query for 2.5 million row table

Hi, 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 …
0
votes
2answers
21 views

querie in project

Hai i'm a final year engg student . I've decided to do my final project in smart cards. I want to know whether the smart card's can be used for our personal identification. For e …

1 2 3 4 5 100 next
15 30 50 per page