What are the steps for Switching to a different Sybase database?

Questions by scott   answers by scott

Showing Answers 1 - 6 of 6 Answers

Tanu

  • Apr 15th, 2007
 

use databasename
go
 
will switch to database you have specified.

Ganapathi M

  • Jul 5th, 2007
 

1. Select * from <database name>..<Table name>
2. Use <database name>
go

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions