Update queries

This commit is contained in:
2024-12-25 23:30:28 +01:00
parent 8002a93069
commit 325aee3377
27 changed files with 1285 additions and 29 deletions

View File

@@ -0,0 +1,20 @@
{
"db_name": "PostgreSQL",
"query": "SELECT COUNT(*) FROM authors",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count",
"type_info": "Int8"
}
],
"parameters": {
"Left": []
},
"nullable": [
null
]
},
"hash": "b4733c7414c62520fb74e3302f9c01bc351153930117c58832981990db038e74"
}