select * *from* invitations;
On Wed, Aug 21, 2013 at 11:12 PM, John Tran <[email protected]> wrote: > I get the below error; > mysql> SELECT * invitations; > ERROR 1064 (42000): You have an error in your SQL syntax; check the manual > that corresponds to your MySQL server version for the right syntax to use > near 'invitations' at line 1 > > Below is my sequence of steps; > logged in MY SQL > issue command "USE openmeetings;" to select the OM DB > issue command "SHOW FIELDs FROM invitations;" to see all the fields. > then I issue your command and got the above errors. > > Is there a command or level I am missing before I can issue your command? > > -john- > > > On Wed, Aug 21, 2013 at 9:06 AM, Maxim Solodovnik <[email protected]>wrote: > >> select * from invitations; >> delete from invitations where id = XXXX; >> >> >> On Wed, Aug 21, 2013 at 10:59 PM, John Tran <[email protected]>wrote: >> >>> Maxim >>> >>> I am not too literate on MySQL commands. Can you send me the syntax to >>> check and delete? >>> >>> -john- >>> >>> >>> On Wed, Aug 21, 2013 at 12:39 AM, Maxim Solodovnik <[email protected] >>> > wrote: >>> >>>> you should delete records in DB >>>> >>>> >>>> On Wed, Aug 21, 2013 at 2:25 PM, John Tran <[email protected]>wrote: >>>> >>>>> Does anyone know where to go to remove or delete an endless invite? >>>>> >>>>> -john- >>>>> >>>> >>>> >>>> >>>> -- >>>> WBR >>>> Maxim aka solomax >>>> >>> >>> >>> >>> -- >>> jt >>> ________________________________ >>> John Tran >>> Northern California, CA >>> [email protected] >>> ICQ IM: 27741710 >>> AOL IM: find1ngj0hn >>> Yahoo! IM: findingj0hn >>> MSN IM: [email protected] >>> >> >> >> >> -- >> WBR >> Maxim aka solomax >> > > > > -- > jt > ________________________________ > John Tran > Northern California, CA > [email protected] > ICQ IM: 27741710 > AOL IM: find1ngj0hn > Yahoo! IM: findingj0hn > MSN IM: [email protected] > -- WBR Maxim aka solomax
