PDA

Click to See Complete Forum and Search --> : Create Table abc (text text (20)) - failed


Roland
Mar 28th, 2000, 08:53 PM
I want to create a table width columns named 'text' and I don't know how to do this.

Is there any special character to get the name 'text' into a table by using CREATE TABLE ??


CREATE TABLE ABC ( text text(20))

JHausmann
Mar 28th, 2000, 10:56 PM
Text is a reserved word, you can't use it as is.