Difference between revisions of "Select"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 2: Line 2:
 
* <code>[[jq]] '.[] | [[select]](.color=="blue")' your_json_file.json</code>
 
* <code>[[jq]] '.[] | [[select]](.color=="blue")' your_json_file.json</code>
 
*<code> select * from TABLE_NAME</code> ([[SQL]])
 
*<code> select * from TABLE_NAME</code> ([[SQL]])
 +
 +
 +
 +
[[Category:Computing

Revision as of 06:50, 15 April 2020

  • jq '.[] | select(.color=="blue")' your_json_file.json
  • select * from TABLE_NAME (SQL)


[[Category:Computing

Advertising: