📜  在 where 子句中创建查询 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:18.534000             🧑  作者: Mango

代码示例1
"Select * from s_custom_references where
                article IN (SELECT ordernumber from s_articles_details where articleID = ".$articleID.") ORDER BY updated_at DESC LIMIT 5 "