Hello,
> mysql> select *from accounting where uid = (select uid
> from user wher gid="apswan");
> ERROR 1064: You have an error in your SQL syntax near
> 'select uid from user wher gid="apswan")' at line 1
> mysql>
Take care, you wrote "wher" instead of "where".
And as Leonardo pointed out, th
PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 19, 2003 11:46 AM
Subject: might be a cilly question to u -execuse me.
> Hello Friends,
>
> i am new to mysql and plz don't treat my question as a
> cilly as i am just getting into mysql.
>
> my problem is:
>
&g
Hello Friends,
i am new to mysql and plz don't treat my question as a
cilly as i am just getting into mysql.
my problem is:
when i am executing the following query i am getting
the error. whats wrong with the query? "desc" of table
"accounting" and "user" and contents of them are also
listed bel