MySQL Forums
Forum List  »  Russian

Re: SQL-cкрипт создания базы данных
Posted by: Denis Latypoff
Date: June 11, 2007 09:18AM

create database `db1`;
use `db1`;
create table `table1`...;

create database `db2`;
use `db2`;
create table `table1`...;

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: SQL-cкрипт создания базы данных
9439
June 11, 2007 09:18AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.