Web Hosting Talk







View Full Version : Sybase


blue_pen
06-15-2004, 03:28 AM
hi guys!


I'd like to ask, how to create table in SYBASE using Linux Server?

Thanks...

MaJiD SaeeD Khan
06-22-2004, 05:34 PM
Simply create table command will work, for example to create a table with the name of wbeshostingtalk ,

Create table webhostingtalk (
First_name varchar(40),
Last_name varchar(40),
Address text,
City varchar(40),
State char(2),
Zip varchar(10),
fone varchar(15))
go

blue_pen
06-24-2004, 08:54 AM
hello! thanks for the reply