gpt4 book ai didi

mysql - 如何用另一个表中的值替换 id

转载 作者:行者123 更新时间:2023-11-29 03:24:20 25 4
gpt4 key购买 nike

我有以下查询:

SELECT st.part_location_id_from, st.part_location_id_to, st.loginid
FROM stock_transfer AS st, stock_transfer_confirmation AS stc
WHERE st.id = stc.stock_transfer_id
AND stc.confirmed = 0;

它检索所有未确认的库存转移。我想用我在另一个表中的位置名称替换 part_stock_location_id_frompart_stock_location_id_to 中的 id,例如:

    id descr
1 Warehouse A
2 Warehouse B
2 Store A

等等

有没有办法在一个查询中得到这个?

最佳答案

sagi 的答案并没有真正正确地工作。

我在另一个线程中找到了一个更简单且有效的解决方案:

SQL Replace multiple variables from another table in query result

关于mysql - 如何用另一个表中的值替换 id,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38845270/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com