There is a task to output all data from the database by several parameters of one column.
Suppose you need to display all data from the database, in which the status parameter is 5 and 4 (without commas), these are different rows of the table!
There is a task to output all data from the database by several parameters of one column.
Suppose you need to display all data from the database, in which the status parameter is 5 and 4 (without commas), these are different rows of the table!
Source: https://ru.stackoverflow.com/questions/363630/
All Articles