hi all
is there a tool in maxdb can run sql statement with command line??
for example,i wanna create a table using sql statement with command line
"create table person(
name char(20),
age number,
address char(100),
phone number(10)
);"
just like SQLPLUS in ORACLE
can i find it in maxdb???
need ur help
thx