• User Newbie

    Aiuto view

    Ciao,
    sto cercando di effettuare una vista su rsevenstpro in modo da poter visualizzare gli eventi su due siti differenti ma non capisco il perchè mi restituisce questo errore :
    #1064 - 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 'AS CREATE ALGORITHM=UNDEFINED DEFINED=root@localhost SQL SECURITY DEFINED VI' at line 4

    La view in questione è :
    CREATE ALGORITHM=UNDEFINED DEFINER=root@localhost SQL SECURITY DEFINER VIEW clduc_rseventspro_tags AS select eventi.clduc_rseventspro_tags.id AS id,eventi.clduc_rseventspro_tags.name AS name,eventi.clduc_rseventspro_tags.published AS published,eventi.clduc_rseventspro_tagsFROM eventi.clduc_rseventspro_tags;