在mysql中选择行需要帮助,null
是任意值。
表格设计
id userid left right
8 yusuf1@gmail.com yusuf1 yusuf4
9 yusuf2@gmail.com yusuf1 NULL
10 yusuf4@gmail.com NULL NULL
11 yusuf10@gamil.com NULL NULL
警告:mysqli_fetch_array()期望参数1为mysqli_result,在第325行的D:\ xampp \ htdocs \ mlm \ all \ join.php中给出布尔值
select * from tree where left is NULL or right is NULL limit 1
Error
SQL查询:文档
select * from tree where left is NULL or right is NULL limit 1
MySQL说:文档
#1064-您的SQL语法有错误;检查与您的MariaDB服务器版本相对应的手册,以在第1行的'is NULL或right is NULL limit 1'附近使用正确的语法