is it possible to someone help me to resolve the below errors :
Quote:
SYSERR: Jul 17 02:35:00 :: DirectQuery: AsyncSQL:irectQuery : mysql_query error: Column 'name' in field list is ambiguous
query: SELECT pid, name, date FROM monarch_candidacy a, player b where a.pid = b.id
SYSERR: Jul 17 02:35:00 :: DirectQuery: AsyncSQL:irectQuery : mysql_query error: Column 'name' in field list is ambiguous
That is telling you that the Column "name" is not unique
From your query : SELECT pid, name, date FROM monarch_candidacy a, player b where a.pid = b.id
i can tell u that there is a name column in the player and in the monarch_candidacy table
to solve the problem change the query to
SELECT pid, player.name, date FROM monarch_candidacy a, player b where a.pid = b.id
or
SELECT pid, monarch_candidacy.name, date FROM monarch_candidacy a, player b where a.pid = b.id
SYSERR: Jul 17 02:35:00 :: DirectQuery: AsyncSQL:irectQuery : mysql_query error: Column 'name' in field list is ambiguous
That is telling you that the Column "name" is not unique
From your query : SELECT pid, name, date FROM monarch_candidacy a, player b where a.pid = b.id
i can tell u that there is a name column in the player and in the monarch_candidacy table
to solve the problem change the query to
SELECT pid, player.name, date FROM monarch_candidacy a, player b where a.pid = b.id
or
SELECT pid, monarch_candidacy.name, date FROM monarch_candidacy a, player b where a.pid = b.id
how am i suppose to edit the monarch_candidacy ?
Quote:
Originally Posted by BizepsSupportAccount
Learning English, the rest doesnt even matter, also it exist a lot of topic because of that Errors.
Go to Account Db there is a table called Iptocountry 127.0.0.1 as ip in both columns, None as Name
Iptocountry table has 3 columns but all of them are empty.
[ENG] Error: Error 1 error C2601: 'HackMain' local function definitions are illegal 08/20/2013 - C/C++ - 1 Replies So, as the title says I've been encountering an error
Error 1 error C2601: 'HackMain' local function definitions are illegal
I'm running on VC++ (Visual C++)
This is my code:
void HackMain()
{
for (;; )
{
HackThread();
}
İbot Error-Error Video- Error İmages-HELP 04/10/2012 - DarkOrbit - 11 Replies SORRY, MY ENGLİSH VERY BAD.I USE TO GOOGLE TRANSLATE :)
Most people trying to ibot but in my computer İbot not working.
Declared out this error everywhere but I do not get answers
Here's the error Video
http://youtu.be/q0fK09v-K3c
API Error Code: 100 API Error Description: Invalid parameter Error Message: redirect_ 04/08/2012 - elite*gold Trading - 2 Replies API Error Code: 100
API Error Description: Invalid parameter
Error Message: redirect_uri URL is not properly formatted
Das bekomme ich wenn ich ne App installiere... ich habe schon 3 Apps richtig installiert, danach kam immer das bei anderen Apps die ich installiert habe..
was heisst das? redirect_uri URL is not properly formatted