Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javascriptdude/sqlstuff
General SQL Utilities
https://github.com/javascriptdude/sqlstuff
Last synced: about 2 months ago
JSON representation
General SQL Utilities
- Host: GitHub
- URL: https://github.com/javascriptdude/sqlstuff
- Owner: JavaScriptDude
- Created: 2023-03-30T00:58:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T02:57:33.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T17:05:13.566Z (3 months ago)
- Language: TSQL
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.