Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL & Oracle 1

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
Is there place on the Web which translates which Oracle means what in SQL. For example, if you want to get description of a table in Oracle, you say 'DESC tablename', you can't use DESC in MS SQL? What is the command?
 
This article contains an Oracle/SQL Server cross reference.


The sp_help stored proceduren in SQL Server provides a table description.

exec sp_help mytable Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top