projects
/
nutratech
/
nt-sqlite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36fb65c
)
add tagname to doc function
author
gamesguru
<mathmuncher11@gmail.com>
Tue, 25 May 2021 00:19:54 +0000
(20:19 -0400)
committer
gamesguru
<mathmuncher11@gmail.com>
Tue, 25 May 2021 00:19:54 +0000
(20:19 -0400)
sql/functions.sql
patch
|
blob
|
history
diff --git
a/sql/functions.sql
b/sql/functions.sql
index db6df57dd933f017717032dc205d521718baaabc..5574dd369e7a24fe7fb09cac72d852617824a33a 100644
(file)
--- a/
sql/functions.sql
+++ b/
sql/functions.sql
@@
-155,6
+155,7
@@
WHERE
SELECT
id,
+ tagname,
name,
COUNT(recipe_id) AS n_foods,
SUM(grams) AS grams,