GitBucket
Pull requests
Issues
Snippets
Sign in
db2021
/
select_json.cql
Fork
0
Created at Mon Jul 19 18:01:53 JST 2021
Download ZIP
HTTP
Embed
Embed this snippet in your website.
HTTP
Clone with Git using the repository's web address.
Code
Revision
Forks
takane
revised this
on 19 Jul 2021
310694e
json_select.sql
SELECT JSON * FROM "user_status_updates_by_datetime" WHERE "usernamne" = 'alice' AND status_date > '2016-11-20';
select_json.cql
SELECT JSON * FROM "user_status_updates_by_datetime" WHERE "usernamne" = 'alice' AND status_date > '2016-11-20';
takane
revised this
on 19 Jul 2021
100a0a3
json_select.sql
SELECT JSON * FROM "user_status_updates_by_datetime" WHERE "usernamne" = 'alice' AND status_date > '2016-11-20';