当我提到 where 子句时,我看到了一个代码
where status='locked'
and =person_uuid.p_uuid
and users.p_uuid <> 1
order by full_name,users.p_uuid
我对不熟悉的代码语法感到困惑。
- 在 where 子句中有一个名为 person_uuid.p_uuid 的变量,没有任何比较。
- users.p_uuid <> 1
我参考了一些书籍和网站。但没有解决办法。
这有效吗?如果是这样,那是什么意思。