List Question
20 TechQA 2024-03-19T19:37:22.727000I can't perform database migrations. I'm using PostGreSQL. See the error it gives me:
33 views
Asked by Álvaro Malongue
Issue with CREATE UPDATE TABLE in MSSQL with db_ddladmin permission
63 views
Asked by RoseTeq
MySQL find out foreign key constraint on column
49 views
Asked by farahm
Is it possible with SQL to get all tables from a database using LIKE and then change column size in them all
34 views
Asked by Chris Dworczyk
Can I prepare "ALTER TABLE ? RENAME TO ?;" in SQLite?
30 views
Asked by U. Windl
How can i do to show up the text when i want to alter table from my mysql workbench app?
161 views
Asked by Daniel Fisher
Is it valid to use only modify not "modify column" in mysql
48 views
Asked by Nameless
PostgreSQL: what's the difference between "alter table ... add unique (...)" and "alter table ... add constraint ... unique (...)"?
38 views
Asked by Kairat Jenishev
Does MySql ALTER TABLE command affects rows?
108 views
Asked by Blackarch
Alter column type from text[] to jsonb[]
114 views
Asked by Ahmet yazıcı
How to change the description of a field nested in a struct via the DDL in BigQuery?
164 views
Asked by Tobias Hermann
ALTER TABLE WITH SELECT
86 views
Asked by Travis
Altering column data type
56 views
Asked by Grandmarkkk
ERROR: ALTER TABLE APPEND cannot run inside a multiple commands statement
215 views
Asked by Raksha
Unanticipated Index Creation in MSSQL and its Impact on Column Alteration - INDEX_VV_<3to4DigitNumber>_<3to4DigitNumber>
57 views
Asked by rootcause000
I want to replace fields with STRING with correct data type FLOAT64 in BigQuery. How do I do it?
95 views
Asked by Sylvia Ikeji
Need to Alter data type in a column common to all tables in a schema
182 views
Asked by fulgore
change / rename column if exists mariadb
188 views
Asked by Brice B
Oracle ALTER TABLE MOVE INCLUDING ROWS not working properly
1.3k views
Asked by Tianxiang Xiong
ALTER TABLE ADD COLUMN AFTER does not add my column after specified column Delta table
848 views
Asked by CClvu