Ciao a tutti,
ho da qualche giorno importato il mio sito su altervista (www.heavesway.altervista.org)
e ho il seguente problema nel creare le viste con mysql:
Codice:
CREATE OR REPLACE VIEW My_Friends AS SELECT * FROM info_Friends WHERE id_first='$id_us'
la versione installata di mysql dovrebbe essere la 5.1 ...
come faccio a creare la vista?
l'errore e' il seguente:
Codice:
#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 'OR REPLACE VIEW My_Friends AS SELECT * FROM info_Friends WHERE i
aiutatemi per favore...