Sources Web Programmming
Sources Web Programmming
Latest Content

24.2.3.3. mysql_change_user() - 737 days ago
my_bool mysql_change_user(MYSQL *mysql, const char*user, const char *password, const char *db)DescriptionChanges the user and causes the database specified bydb to become the default (current) databaseon the connection specified by mysql. Insubsequent... Topics: 48, 54, APIs and Libraries, france

Original File name : function.aggregate-properties-by-regexp.html aggregate_properties_by_regexp(PHP 4 >= 4.2.0)aggregate_properties_by_regexp —Selective class properties aggregation to an object using a regularexpression Description.
Topics: 12, PHP Functions
Topics: 12, PHP Functions

3.6.3. Maximum of Column per Group - 742 days ago
Task: Find the highest price per article. SELECT article, MAX(price) AS priceFROM shopGROUP BY article+---------+-------+| article | price |+---------+-------+| 0001 | 3.99 || 0002 | 10.99... Topics: Tutorial

Task: For each article, find the dealer or dealers with the most expensive price. This problem can be solved with a subquery like this one: [...]
Topics: Tutorial
Topics: Tutorial

3.6.5. Using User-Defined Variables - 742 days ago
You can employ MySQL user variables to remember results without having to store them in temporary variables in the client. (See Section 9.4, “User-Defined Variables”.) [...] Topics: Tutorial





