Thread: Quik Question
View Single Post
  #7  
Old 05-30-2002, 05:31 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

< go.sql sources in an extra command fine. (Basiclly a batch file with a bunch of sql commands in it)

mysql {databasename} < go.sql

executes the go.sql file, which is itself a list of sql instructions for the database to execute.

Can they all be combined? No, not necessarily. Some can go over the top of others, so are complete solutions in and of themselves.
Reply With Quote