I Hate Dialysis Message Board
Off-Topic => Site Requests, Comments, Technical Help. => Topic started by: Brightsky69 on July 08, 2009, 12:28:19 PM
-
I doubt anyone out there knows this but I am gonna ask anyway....
Does anyone know SQL?? I am working in Oracle 10g. And I am trying to creat 4 tables and nothing is working for me. I am doing something worng here.
This is the error I am getting:
“25" lbs char(3),
*
ERROR at line 12:
ORA-00911: invalid character
Here is the table:
Create table CFA_Volunteer
(Vol_id number(10),
Firstname varchar2 (50) not null,
Lastname varchar2 (50) not null,
email varchar2 (30),
phone number (10)not null,
City varchar2 (30),
Gender char(2) not null,
Day char(3), Eve char(3),
wknd char(3),
survive char (3),
“25 lbs” char(3),
Employer varchar2 (30),
Constraint volunteer id_pk primary key (volunteer id));
EDITED: Moved to proper section-Sluff/Admin
-
Clueless, but it looks interesting!
-
???
-
Good luck with that....whatever THAT is!
-
I don't really know SQL Brightsky. I usually have contact with techs with those kind of questions.
Try emailing these guys. Tell them I sent you from www.sluffshosting.com
support-team@2by2host.com
-
Thanks all....I think I am making slow progress. I'll be burning the midnight oil. Slow progress. :thx; :-*