datasette 1.0a31
Simon Willison's Weblog134 字 (约 1 分钟)
85
Datasette 1.0a31 新增支持执行写入 SQL 和保存存储查询功能,提升数据库交互能力。
入选理由:Datasette 1.0a31 允许用户执行写入 SQL 操作,需具备相应权限。
精选文章#Datasette#SQL#数据库#开源工具英文
概念
别名:Structured Query Language
结构化查询语言,用于管理关系型数据库。
已收录 3 条与 SQL 相关的内容,按评分排序。
Datasette 1.0a31 新增支持执行写入 SQL 和保存存储查询功能,提升数据库交互能力。
入选理由:Datasette 1.0a31 允许用户执行写入 SQL 操作,需具备相应权限。
This article explores advanced SQL window functions beyond basics, focusing on solving real business problems through four key patterns: running totals, gaps and islands (sessionization), ranking and classification, and data imputation. It provides practical examples and code snippets to illustrate how window functions can be effectively utilized in data analysis and manipulation.
入选理由:Window functions in SQL are powerful tools for performing calculations across a set of rows related to the current row.
从数据分析师转型为数据工程师,作者分享了12个月的自学路线图。
入选理由:作者通过公开学习数据工程,提升自身技能并应对职业发展需求。