sp_server_info  sp_sproc_columns

Chapter 11: Accessing Catalog Information with CSPs

sp_special_columns

Description

Retrieves the following information about columns within a specified table or view:

Syntax

sp_special_columns table_name [, table_owner]
 [, table_qualifier] [, col_type]

Parameters

table_name

is the name of the table. Wildcard-character search patterns are not supported.

table_owner

is the owner of the table. Wildcard-character search patterns are not supported.

table_qualifier

is ignored. Leave blank or set to NULL.

col_type

is a value that requests information about columns of a specific type as follows:

Usage





Copyright © 2005. Sybase Inc. All rights reserved. sp_sproc_columns

View this book as PDF