HogDog Posted November 7, 2008 Share Posted November 7, 2008 Hello all I'm try to create a query where I can select a product_name and directory number where file_type=whatever and where product_id=whatever from a mysql database. Can this be done? -Thanks for any help Link to comment https://forums.phpfreaks.com/topic/131757-select-where/ Share on other sites More sharing options...
ILMV Posted November 7, 2008 Share Posted November 7, 2008 Yes SELECT * FROM orders WHERE city = 'new york' AND surname = 'jones'; Link to comment https://forums.phpfreaks.com/topic/131757-select-where/#findComment-684395 Share on other sites More sharing options...
HogDog Posted November 7, 2008 Author Share Posted November 7, 2008 Thanks! Link to comment https://forums.phpfreaks.com/topic/131757-select-where/#findComment-684399 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.