mysql诡异有关问题,求教
程序员文章站
2022-05-08 19:35:21
...
mysql诡异问题,求教
输出
?select * from duoduo_lottery_result where to_days(now())=to_days(lotterydate) and username='wzxinchen' and lotteryid=23
大家试试把这句拿到命令行分析一下,看看语法过不过关
我这里连语法都不过关
把select这个词重写一下就过关了,为神马啊?编码都是统一的
------解决方案--------------------
改个select 就过关了,那也只有你才能知道了...哈哈哈
- PHP code
$sql="select * from {$BIAOTOU}lottery_result where to_days(now())=to_days(lotterydate) and username='{$_SESSION["duoduouser"]}' and lotteryid={$lotteryid}"; echo $sql; exit;
输出
?select * from duoduo_lottery_result where to_days(now())=to_days(lotterydate) and username='wzxinchen' and lotteryid=23
大家试试把这句拿到命令行分析一下,看看语法过不过关
我这里连语法都不过关
把select这个词重写一下就过关了,为神马啊?编码都是统一的
------解决方案--------------------
改个select 就过关了,那也只有你才能知道了...哈哈哈
相关文章
相关视频
上一篇: SQL Server数据库实现自动备份的实例解决方法
下一篇: Oracle 常用连接查询方法和函数