├── .gitattributes ├── LICENSE ├── README.md └── placeholder.sql /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ben-nour/SQL-tips-and-tricks/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ben-nour/SQL-tips-and-tricks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ben-nour/SQL-tips-and-tricks/HEAD/README.md -------------------------------------------------------------------------------- /placeholder.sql: -------------------------------------------------------------------------------- 1 | SELECT * --------------------------------------------------------------------------------