Farshid's Weblog

Posts tagged “sql”

  1. Granting a PostgreSQL user read-only access to some tables
  2. Closest locations to a point
  3. Combining CTEs and VALUES in SQLite
  4. Calculating the size of a SQLite database file using SQL
  5. Cumulative total over time in SQL
  6. GUnion to combine geometries in SpatiaLite
  7. Combining substr and instr to extract text
  8. Creating a dynamic line chart with SVG
  9. Comparing database rows before and after with SQLite JSON functions
  10. Using recursive CTEs to explore hierarchical Twitter threads
  11. Finding duplicate records by matching name and nearby distance
  12. Figuring out if a text value in SQLite is a valid integer or float
  13. Constructing GeoJSON in PostgreSQL
  14. Consecutive groups in SQL using window functions