Community Wiki

Country Script

From Ingres Community Wiki

Jump to: navigation, search
create table country(
	ct_id integer not null not default,
	ct_code nchar(2) not null not default,
	ct_name nvarchar(50)
)

\p\g
modify country to hash unique on
	ct_code
\p\g
Personal tools