php mysql 插入数据库ip
insertintoip(min,max,gly)values(192.168.1.1,192.168.255.255,1);帮我看看向mysql中插入ip这条哪里错了?...
insert into ip(min,max,gly) values(192.168.1.1,192.168.255.255,1);帮我看看向mysql中插入ip这条哪里错了?总是 提示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 '.1.1,192.168.255.255,1)' at line 1,我用的类型是varchar(255)的,好像是ip不能加 “.” 符号,那应该怎么解决插入ip地址?
展开
2个回答
2013-06-20
展开全部
values('192.168.1.1','192.168.255.255',1),这个最后的1,你可以加‘’,也可以不加,,,
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |