Skip to content

A library of exempla SQL coded scripts for re-use and adaptation

License

Notifications You must be signed in to change notification settings

AlexNewsham/SQL_Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL_Library

A library of exempla SQL coded scripts for re-use and adaptation

Folders:

  • Calendar_Dates_Time Provides working examples of how to:

    • Create a data frame of dates and where they fall withing successive academic years
    • Generate a list or persistent table of all dates that fall within a given date range, providing the Year, Month, named day of the week, and the numeric week of the year within which the date falls.
  • Loops: Example of loops (mostly in) TSQL that show how SQL-scripted loops can be used to iterate through data, run asynchronous transactions, and build output

  • ID_Generation: Provides working examples of how to generate your own sets of identifiers. Calculating and adding a check digit to your IDs using the Lunh algorithm enables you to validate IDs during data capture and mitigate keying errors.

About

A library of exempla SQL coded scripts for re-use and adaptation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages