SOLVED

SQL Help

Copper Contributor

I'm no doubt in the wrong place but I'm desperate. Can anyone tell me where I can get help with an SQL problem- I have a Table UPDATE that doesn't work and just can't find the problem.

Thank you

Michele

2 Replies

I have a Table UPDATE that doesn't work and just can't find the problem.

@Unico001 , "doesn't work" is something we can work on; it says nothing.

That's really to less on information.
Please post table design as DDL, some sample data as DML statement and the expected result.

And if there is an error message, then please post the complete error text.

best response confirmed by Unico001 (Copper Contributor)
Solution
Thanks olafhelper. At the time of my post I really wanted to know in which forum I should post the problem. As for my problem, I finally found the problem. I had "WHERE `user`="userid" instead of '$userid' -$ sign missing. Unfortunately there was no error message. It just didn't work.
1 best response

Accepted Solutions
best response confirmed by Unico001 (Copper Contributor)
Solution
Thanks olafhelper. At the time of my post I really wanted to know in which forum I should post the problem. As for my problem, I finally found the problem. I had "WHERE `user`="userid" instead of '$userid' -$ sign missing. Unfortunately there was no error message. It just didn't work.

View solution in original post