You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT ingredients.*,(SELECT COUNT(*) FROM recipeIngredients WHERE recipeIngredients.recipe = {$DB->escapeString($this->recipe)} AND recipeIngredients.ingredients = ingredients.id) AS included,provider.name AS providerName FROM ingredients LEFT JOIN provider ON provider.id = ingredients.provider
The text was updated successfully, but these errors were encountered:
Example Query:
The text was updated successfully, but these errors were encountered: