Gentlemen
I use MS SQL and I need create a table with auto increment column like
-
CREATE TABLE dbo.Tmp_Contents
(
AutoNo bigint NOT NULL IDENTITY (1, 1),
...
)
How I can describe identity in “native” liqui syntax?
Gentlemen
I use MS SQL and I need create a table with auto increment column like
How I can describe identity in “native” liqui syntax?
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
|
Formatted sql identity auto increment syntax?
|
1 | 1946 | April 21, 2022 | |
| How to turn autoIncrement into IDENTITY clause on Oracle 12c | 1 | 793 | October 3, 2022 | |
| Liquibase, Postgres and "autoIncrement" | 2 | 8995 | December 1, 2020 | |
| Can't create a auto-increment column | 3 | 7417 | December 6, 2021 | |
| mssql: insterting data into identity column | 1 | 1132 | June 2, 2009 |