Returns the object ID.
OBJECT_ID ( object-name )
object-name The name of the object.
The following statement returns the object ID 100209 of the Customers table:
SELECT OBJECT_ID ('CUSTOMERS') FROM iq_dummy
SQL92 Vendor extension
Sybase Adaptive Server Enterprise function implemented for Sybase IQ.
“COL_NAME function [System]”
“DB_ID function [System]”
“OBJECT_NAME function [System]”