Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/javascriptdude/sqlstuff

General SQL Utilities
https://github.com/javascriptdude/sqlstuff

Last synced: about 2 months ago
JSON representation

General SQL Utilities

Awesome Lists containing this project

README

        

General SQL Utilities

|name|summary|
|---|---|
|sp_copy_table|Copy data from a source table to a new empty table|depends on table_row_count and table_column_names_csv|
|table_column_count|Function that returns table column count|
|table_row_count|Function that returns table row count|
|table_column_names_csv|Function comma separated string of table column names|

See each file for their respective usage.