View Single Post
  #3  
Old 02-24-2010, 04:24 PM
Eva Aisling
Sarnak
 
Join Date: Feb 2010
Posts: 49
Default

Thanks! That got rid of the first error, but I still have these:

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 'IF NO
T EXISTS `vwGuildMembers` AS
select 'C' as mobtype,
cm.char_id,
cm.guild_' at line 1
Query OK, 0 rows affected, 1 warning (0.00 sec)

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 'IF NO
T EXISTS `vwBotCharacterMobs` AS
select 'C' as mobtype,
c.id,
c.name,
c.c' at line 1


I'm scanning the manual right now, but I honestly have no idea what I'm looking for.
Reply With Quote