どうすればこれを機能させることができますか?
$current_id=5;
SELECT Id FROM table1 WHERE Output='yes' and Time>(SELECT Time FROM table2 WHERE Id="'.$current_id.'") ORDER BY Time
ありがとう!
どうすればこれを機能させることができますか?
$current_id=5;
SELECT Id FROM table1 WHERE Output='yes' and Time>(SELECT Time FROM table2 WHERE Id="'.$current_id.'") ORDER BY Time
ありがとう!