Re: [phpXperts] Re: [PHP-WIN] Need help with mysql error
shiplu <[email protected]>
| Newsgroups | gmane.comp.php.windows |
|---|---|
| Message-ID | <CADO5mDBz-7Gcj1MZfFvuZ+ryyViyRTkXXO3c0cLBxp-eiGhvPg@mail.gmail.com> |
On Jun 7, 2013 9:28 PM, "Gu®u" <[email protected]> wrote: > > > > Hi All, > > Yes 'add' is a reserved word & that was my mistake. I was looking it from PHP side all the time. I didn't thought about MYSQL stuff. I have changed it to 'os_add' and now its working. Thanks guys. You guys rock :) > You can use reserved keywords as column names too. Just use ` to enclose the name. Like `add`