Query with varchar and number
Posted: Wed Oct 31, 2007 12:28 am
Need to run this query i dont think it is written correctly
my code:
Any ideas??
my code:
Code: Select all
$query = sprintf("SELECT *
FROM article, journalist
WHERE article.journ_id = journalist.journ_id AND status = 'under consideration'");