cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Some basic commands in isql

Former Member
0 Likes
4,983

Hi All,

One can use the command line or else one can use dbisql which is GUI based.

Once we have logged into isql then how to query tables in our database.

1> use SID

2> go

1> select top 1 * from SAPSR3.USR02

Suppose by mistake we had typed incorrectly then we can use "reset" to reset the command prompt.

go is like ; in oracle. we need to manually type after every statement.

This is a sample output from isql.

View Entire Topic
Johan_sapbasis
Active Contributor
0 Likes

remember with sybase to use the go command for commands in the database.