Viewing 15 posts - 1 through 15 (of 16 total)
Mmm.. not good not good....
Bad luck
Thanks
August 25, 2010 at 8:07 am
Mmmm... that's sad
I guess I will use a temp table or something like that, thanks
July 26, 2010 at 3:42 pm
Hi,
The thing is that the query I use has a GROUP BY clause because it has to get data from different referenced tables. In fact I'm grouping by months, but...
July 26, 2010 at 3:02 pm
I haven't applied anything yet, but I understand what things I could do, I will experiment with both replies in my post, and also I was told that I could...
July 24, 2010 at 1:37 pm
Hi
SELECT proveedor.nombre, ((SUM(MaterialColocado.utilidadneta) / objetivo.utilidad)*100) AS enero
FROM usuario INNER JOIN
...
July 23, 2010 at 8:30 pm
Hi,
It is ok, I was very confused a while ago, but now everything is workin, I just had to do better my query, but at the end it worked. I...
July 19, 2010 at 11:25 pm
Thanks Everyone
Now it is working.
July 19, 2010 at 12:19 pm
The thing is that I have no idea how to delete the constraint, because the code to drop foreign key does not work, I have to specify the foreign key...
July 19, 2010 at 12:03 pm
Hi,
Well, it is kind of what you say,
I'm sorry I put category I meant "nombre" from table "proveedor".
So for instance,
When I insert a new "nombre" into proveedor
I want that...
July 17, 2010 at 3:16 pm
Hello,
After talking with a professional programmer he told me that I was doing everything the wrong way,
What I want to do is best done with FOREIGN KEYS, I did not...
July 17, 2010 at 12:57 pm
Ok,
Maybe I'm not understanding here is the thing:
my table1 already has this values
name | lastname
jim
jim
jim
my table2 already has these values
nickname | lastname2
anything johnson
other ...
July 16, 2010 at 10:40 pm
Ok.. here is the thing
this is my situation
For instance,
One user registers, his name goes to one table several times like this
table 1
user | categories
name
name
name
name
name
name
then in another table i have the...
July 16, 2010 at 9:52 pm
Hi,
I came to the conclusion that I could insert first the name values and then copy the values of one column to the other, the thing is that they are...
July 16, 2010 at 8:57 pm
Viewing 15 posts - 1 through 15 (of 16 total)