MySQL Forums
Forum List  »  PHP

Re: How 2 use PHP variable in WHERE clause ?
Posted by: acme minds
Date: May 09, 2018 03:06AM

The WHERE clause is not only used in SELECT statement, it is also used in UPDATE, DELETE statement, etc.!

Query:

SELECT * FROM world WHERE Country='America';

Options: ReplyQuote


Subject
Written By
Posted
Re: How 2 use PHP variable in WHERE clause ?
May 09, 2018 03:06AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.