| Thread | Last Post | Replies |
|
| "code" tables? | 30 Jun 2008 15:50 GMT | 56 |
The following is a message from a fellow programmer to a group of use that are involved in table design: "We are planning on creating 'account opening sources' lookup table to store 'account source' codes and corresponding descriptions. Problem with storing
|
| One example of a slow query. | 25 Jun 2008 15:13 GMT | 8 |
At one site, I managed to verify that one of these two queries ran 10 to 100 times faster than the other: select * from customers where country = 'US' and
|
| Double join in SQL query - R:Base specific | 23 Jun 2008 15:22 GMT | 9 |
Hi group, I have an R:Base specific question, but didn't find an R:Base specific newsgroup. I do not know if there is any; if so, could you give me a pointer?
|
| Can anybody help me to find a potential application for this mathematical problem | 23 Jun 2008 03:18 GMT | 3 |
Suppose there are N parties. Each party has R records, each of which has D dimensions. For example, N=3, parties are P1, P2, P3. D=4, dimensions are named as (A,B,C,D).
|
| Strange problem with MySQL string comparison | 07 Jun 2008 21:40 GMT | 8 |
I have been using MySQL on and off for a number of years but I am stumped by this problem. I am doing a select which requires a join to a second table using an account key, I have a WHERE clause which ensures that I only get the
|
| Returning data from a function to a select | 07 Jun 2008 16:24 GMT | 2 |
How do you return data from a function which can then be used in a SELECT? Here's a simplified version of what I'm trying to do. Basically, I'm trying to select all employees which belong to group 10, *or* to any
|
| DBU used and windows DBF needed | 06 Jun 2008 12:38 GMT | 8 |
I still use the DBU 1986-1990 to create datbases but changing the fields names cause the memo fields to be lost and all windows DBF viewers are trial version and not freeware. Even the free when I open it popup the error : wrong memo format .
|
| Single query to find multi-level relationships? | 03 Jun 2008 15:57 GMT | 9 |
I'm writing some code to suport a contact database, where a contact can be either a person or a group. Groups can contain people directly and can also contain other groups. The (simplified) table structure looks like this:
|
| Add a new row based on some condition? | 03 Jun 2008 13:57 GMT | 1 |
I have designed two tables, one for the main information of maintenance, and the other for additional information. The additional table is used when one column in the main table has the value of 1 meaning we will send it to other company to repair it. So in the
|