我有兩個select查詢。在特定行中選擇一組數據集mySQL
查詢1
select value, id from attributes where nodeId in (select id from nodes where imageGenerated = 0 and projectId = 49)
and name = "basename";
形式這個查詢即時得到的 '價值' 前的一些字符串值:BE3455444 kindof。我想從其中有那些「價值」包括在「內容」欄查詢2行,下面是我的查詢2
查詢2
請通過編輯問題爲我們提供表格和列名稱。 –
@Shawn Mehan我更新了 –