I have this query$query = "Select * FROM list WHERE table.firs_column =
1;Select * FROM list WHERE table.second_column = 1;Select * FROM list
WHERE table.third_column = 1;Select * FROM list WHERE table.column =
1";$stmt = $db->prepare($query);$result = $stmt->execute();I wish to
have churned results, any one have a outcome of one query!how to do
it?UPDATEmore reason this is a list of ingredientsfirst buttress is
dish, second is sweets, third is salad, leading is drink, and a name
columnthe 1 indicates that this ingrediant is for this kind of food.i wish
to fill churned lists with a outcome from this list (only names)one list
is for reduction that is in a dishes, second list is for reduction in
saccharine and so on.so how can we have churned array as a outcome
No comments:
Post a Comment