Hi All,
trying to create a table like that:
CREATE TABLE UPDATE (start t(8),;
describtion c(50) PRIMARY KEY ,;
KEY n(8.2))
first error, index to long
so, I cut describtion to describtio
Now I like to make the index-expression
ALLTR(describtion)?
where and how must I use this
tia
Ronald
trying to create a table like that:
CREATE TABLE UPDATE (start t(8),;
describtion c(50) PRIMARY KEY ,;
KEY n(8.2))
first error, index to long
so, I cut describtion to describtio
Now I like to make the index-expression
ALLTR(describtion)?
where and how must I use this
tia
Ronald