reset serial postgre
This commit is contained in:
parent
9d547f2df3
commit
f1f9bf206c
10
content/posts/2024/sql/postgres-reset-serial.md
Normal file
10
content/posts/2024/sql/postgres-reset-serial.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
title: "🗃️ Сброс значения Serial в PostgreSQL"
|
||||||
|
date: 2024-12-04T12:38:25+03:00
|
||||||
|
draft: false
|
||||||
|
tags: [tips, sql]
|
||||||
|
---
|
||||||
|
|
||||||
|
```sql
|
||||||
|
SELECT setval('cards_id_seq', 1, false);
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user