Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ddl

How can Delete be both a DDL and a DML statement

sql sql-server t-sql ddl dml

SQLite: Conditional DDL Statements

sqlite ddl

Creating Internal Table in Amazon Athena

amazon-s3 ddl amazon-athena

Missing select keyword from exported Oracle View DDL

sql oracle-database ddl

Find and replace table/field names in Access?

Add a column with a default value to an existing table in postgresql

sql postgresql ddl

Liquibase/PostgreSQL: how to preserve table case correctly?

How is possible to rollback 'truncate' operations on a database although it is DDL

database ddl rollback truncate

Adding a column with a Default value?

Does Mybatis support DDL?

mybatis ddl

How to check which function uses a type?

PostgreSQL 9.4 create table if not exists

ddl postgresql-9.4

Missing right parenthesis on CREATE TABLE statement

oracle-database ddl

ORACLE - tables

sql oracle-database ddl

MySQL to PostgreSQL table create conversion - charset and collation

postgresql ddl

How can I programmatically retrieve the alter view script for a view in SQL Server 2005

Does ALTER COLUMN TYPE varchar(N) rewrite the table in Postgres 9.6?