This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [ | |
{ | |
"useful": [], | |
"funny": [ | |
{ | |
"username": "Lavada Hermiston", | |
"uId": 75 | |
}, | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bizschema=# SELECT * FROM biz WHERE bid =1000; | |
bid | bizname | reviewcount | rating | price | category | location | phone | url | photos | |
------+--------------------------+-------------+--------+-------+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+----------------------+--------- | |
1000 | Fried Los Pollos Cottage | 6905 | 3.5 | $ | ["Filipino","Soup"] | {"address1":"35606 Harvey Burgs","address2":"Apt. 212","city":"Jasttown","state":"VT","zipcode":"47923","neighborhood":"Braeswood Place","latitude":-57.253,"longitude":60.998} | (270) 682-4168 | http://margarete.net | {1,2,3} | |
(1 row) | |
bizschema=# SELECT * FRO |