- Home
- Categorie
- Coding e Sistemistica
- Coding
- Aiuto view
-
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@localhostSQL SECURITY DEFINED VI' at line 4La view in questione è :
CREATE ALGORITHM=UNDEFINED DEFINER=root@localhostSQL SECURITY DEFINER VIEWclduc_rseventspro_tagsAS selecteventi.clduc_rseventspro_tags.idASid,eventi.clduc_rseventspro_tags.nameASname,eventi.clduc_rseventspro_tags.publishedASpublished,eventi.clduc_rseventspro_tagsFROMeventi.clduc_rseventspro_tags;