Skip to content

Instantly share code, notes, and snippets.

View qertis's full-sized avatar
😇
kama pona!

Денис Сергеевич Басковский qertis

😇
kama pona!
View GitHub Profile
This file has been truncated, but you can view the full file.
[
{
"picUrl": "http://www.calorizator.ru/sites/default/files/imagecache/product_512/product/7up.jpg",
"name": "7up",
"protein": null,
"fat": null,
"carbohydrate": 8.7,
"kcal": 38
},
{
SELECT id, title, protein, fat, carbohydrate, kcal FROM foods
WHERE to_tsvector('english', title) @@ plainto_tsquery('english', 'pepsi');