mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
76 lines
No EOL
3.8 KiB
HTML
76 lines
No EOL
3.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<title>
|
|
SQL - Alexis Métaireau </title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet"
|
|
href="https://blog.notmyidea.org/theme/css/main.css?v2"
|
|
type="text/css" />
|
|
<link href="https://blog.notmyidea.org/feeds/all.atom.xml"
|
|
type="application/atom+xml"
|
|
rel="alternate"
|
|
title="Alexis Métaireau ATOM Feed" />
|
|
</head>
|
|
<body>
|
|
<div id="content">
|
|
<section id="links">
|
|
<ul>
|
|
<li>
|
|
<a class="main" href="/">Alexis Métaireau</a>
|
|
</li>
|
|
<li>
|
|
<a class=""
|
|
href="https://blog.notmyidea.org/journal/index.html">Journal</a>
|
|
</li>
|
|
<li>
|
|
<a class=""
|
|
href="https://blog.notmyidea.org/code/">Code, etc.</a>
|
|
</li>
|
|
<li>
|
|
<a class=""
|
|
href="https://blog.notmyidea.org/weeknotes/">Notes hebdo</a>
|
|
</li>
|
|
<li>
|
|
<a class=""
|
|
href="https://blog.notmyidea.org/lectures/">Lectures</a>
|
|
</li>
|
|
<li>
|
|
<a class=""
|
|
href="https://blog.notmyidea.org/projets.html">Projets</a>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
<h1>
|
|
Tag « SQL » </h1>
|
|
<section class="section index">
|
|
<time datetime="2023-11-11T00:00:00+01:00">11 novembre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/datasette.html">Datasette</a>
|
|
, <a class='tag' href="https://blog.notmyidea.org/tag/graphs.html">Graphs</a>
|
|
, <a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>
|
|
<h1>
|
|
<a href="https://blog.notmyidea.org/using-datasette-for-tracking-my-professional-activity.html" id="page-title">Using Datasette for tracking my professional activity</a>
|
|
</h1>
|
|
<p>I’ve been following Simon Willison since quite some time, but I’ve actually never played with his main project <a href="https://datasette.io">Datasette</a> before.</p>
|
|
<p>As I’m going back into development, I’m trying to track where my time goes, to be able to find patterns, and just remember how much time …</p>
|
|
</section>
|
|
<section class="section index">
|
|
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time> <a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>
|
|
, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>
|
|
, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a>
|
|
<h1>
|
|
<a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a>
|
|
</h1>
|
|
How to get parent and most-recent child in a one-to-many relationship
|
|
</section>
|
|
<ul>
|
|
</ul>
|
|
</section>
|
|
<footer>
|
|
<a id="feed" href="/feeds/all.atom.xml">
|
|
<img alt="RSS Logo" src="/theme/rss.svg" />
|
|
</a>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html> |