是否可以在1個數據庫中一次選擇3個表?
PHP MySQL選擇多個表
Table 1: employee --> employee_id --> first_name --> last_name --> middle_name --> birthdate --> address --> gender --> image --> salary Table 2: logs --> log_id --> full_name --> employee_id --> date --> time --> status Table 2: logout --> log_id --> full_name --> employee_id --> date --> time --> status
我想獲得僱員表的價值,其中選擇了$ id。然後$ id也獲得log.time,log.date,logout.time和logout.date的值。
我已經嘗試使用UNION,但沒有任何反應。
你是什麼意思「沒什麼反應」?你能發佈你有問題的確切查詢嗎? – 2010-06-02 06:05:00