Afficher/masquer le menu
Liens Ecyseo
  • Tags cloud
  • Daily
  • Pictures wall
  • Search
  • Display options
    • Links per page :
    • 20 links
    • 50 links
    • 100 links
  • RSS Feed
  • Login

J'ai besoin d'intimité. Non pas parce que mes actions sont douteuses, mais parce que votre jugement et vos intentions le sont.

5165 links 

page 1 / 1

Liste des liens

13 results tagged sql x
Réindexer une table SQLite
2023-12-8 0:36 - permalink -
update sqlite_sequence set seq=(select max(macolonne) from matable) where name = 'matable'
astuce sql SQLite
- https://bookmarks.ecyseo.net/?vrvkaQ
One-liner for running queries against CSV files with SQLite | Simon Willison’s TILs - Liens en vrac de sebsauvage
2022-06-22 17:5 - permalink -

Je copie-colle l'astuce donnée par Seb :

OH ! Je me garde cette astuce: Elle permet d'utiliser SQLite pour lancer une requête sur un fichier CSV et d'en récuperer le résultat. Le tout en une seule ligne de commande.

sqlite3 :memory: -cmd '.mode csv' -cmd '.import taxi.csv taxi' 'SELECT passenger_count, COUNT(*), AVG(total_amount) FROM taxi GROUP BY passenger_count'

This uses the special :memory: filename to open an in-memory database. Then it uses two -cmd options to turn on CSV mode and import the taxi.csv file into a table called taxi. Then it runs the SQL query.

EDIT: Voir aussi https://dinedal.github.io/textql/

csv sql SQLite
- https://sebsauvage.net/links/?uBdPXA
Comprendre les requêtes préparées
2021-04-1 10:41 - permalink -

À lire.

Via Timo

sql tutoriels
- https://fljd.in/2021/03/30/comprendre-les-requetes-preparees/
What ORMs have taught me: just learn SQL
2020-10-22 16:44 - permalink -

Some background: For the past 30 months I’ve been working with code that has to interface with Postgres and to some extent, SQLite. Most of that has been with SQLAlchemy (which I quite like) and Hibernate (which I don’t). I’ve worked with existing code and data models, as well as designing my own. Most of the data is event-based storage (“timelines”) with a heavy emphasis on creating reports.

Much has been written about the Object/Relational Impedance Mismatch. It’s hard to appreciate it until you live it. Neward, in his well known essay, lays out many cogent reasons why ORMs turn into quagmires. In my experience, I’ve had to deal directly with a fair number of them: entity identity issues, dual-schema problem, data retrieval mechanism concern, and the partial-object problem. I want to talk briefly about my experiences with these issues and add one of my own.

orm sql
- https://wozniak.ca/blog/2014/08/03/1/
Framabook / onlysql · GitLab
2019-10-18 15:5 - permalink -

Ce nouvel ouvrage vous entraîne dans les coulisses de nos usages numériques quotidiens et nous fait découvrir en profondeur la gestion des bases de données et le langage qui sert à interagir avec elles.

ebook framasoft sql tutoriels
- https://framagit.org/framabook/onlysql
Indexer avec SQL-Server... oui mais quoi ?
2019-02-18 15:3 - permalink -

Définir les indes dans une table sql

index sql tutoriels
- https://sqlpro.developpez.com/cours/quoi-indexer/
Cours et Tutoriels sur le Langage SQL
2018-02-5 18:1 - permalink -

Via Yome

sql tutoriels
- http://sql.sh/
The Seven Types of SQL Joins – TeamSQL
2017-07-18 18:9 - permalink -
MySQL sql
- https://blog.teamsql.io/the-seven-types-of-sql-joins-5bc72f69a609
DBeaver | Free Universal SQL Client
2017-01-23 12:25 - permalink -

Un client SQL universel

Via Timo.

application outils sql tools
- http://dbeaver.jkiss.org/
A beginners guide to thinking in SQL 🐘
2016-07-18 14:34 - permalink -
sql tutoriels
- http://www.sohamkamani.com/blog/2016/07/07/a-beginners-guide-to-sql/
NotORM - PHP library for simple working with data in the database
2016-01-31 18:3 - permalink -

Ça m'a l'air pas mal comme appli. C'est par le créateur de Adminer qui est un MySQL simplifié qui tient dans un fichier.

application orm php sql
- http://www.notorm.com/
Awesome Sysadmin
2015-06-15 23:37 - permalink -

Coudification via plein de monde.

administration astuce backup cloud dns documentation github gnu/linux Libre mail monitoring opensource outils programmation serveurs souslecoude sql ssadmin ssh sysadmin sécurité tips tutoriels vpn webmail xmpp
- https://github.com/kahun/awesome-sysadmin
Préface
2015-04-22 15:1 - permalink -

Intéressant et instructif.
À lire.
via https://fralef.me/links/

sql tutoriels
- http://use-the-index-luke.com/fr/sql/preface
page 1 / 1


Tags


  • shaarli
  • wikipedia

Tags cloud

Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation
Affiches "loi aviva" créées par Geoffrey Dorne le 13 Mai, 2020 - Mastodon 1 - Mastodon 2