Search
 
SCRIPT & CODE EXAMPLE
 

SQL

DESCRIBE SQL Server

-- equivalent to DESCRIBE <tablename> in SQL Server
EXEC sp_columns <tablename>
Comment

DESCRIBE SQL Server

-- equivalent to DESCRIBE <tablename> in SQL Server
EXEC sp_columns <tablename>
Comment

PREVIOUS NEXT
Code Example
Sql :: oracle db create new schema 
Sql :: sql server user permissions and roles 
Sql :: mqtt Error: Address not available 
Sql :: xampp mysql database server is not starting mac m1 
Sql :: remove password from root mysql 
Sql :: distincct sql 
Sql :: sql primary key with multiple columns 
Sql :: how to truncate a table in databse 
Sql :: sql left join exists 
Sql :: create another table from existing table sql oracle 
Sql :: mysql drop trigger 
Sql :: mysql find and replace 
Sql :: group concat with separator 
Sql :: drop table sql 
Sql :: if then else sqlite 
Sql :: create row number in sql 
Sql :: adding a check statement in sql 
Sql :: delete index in postgresql 
Sql :: PL SQL MODIFY COLUMN NME 
Sql :: mssql last day of month 
Sql :: how to check schema privileges in oracle 
Sql :: oracle alter tablespace add datafile autoextend max size 
Sql :: mysql Like(searching in the string) 
Sql :: how to get mysql db size 
Sql :: How to Add a Default Value to a Column in MS SQL Server 
Sql :: sql to char function with date 
Sql :: select amount weeks between two dates mysql 
Sql :: get day in sql 
Sql :: postgresql drop table 
Sql :: oracle plsql sleep 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =