├── README.md ├── abc-xyz.sql.md ├── cert-id.sql.md ├── count.sql.md ├── create-db-user-privileges.sql.md ├── create-table-like.sql.md ├── create-user-db-prefix.sql.md ├── date-to-str.sql.md ├── db-size.sql.md ├── last-ten-dates-news.sql.md ├── mediana.sql.md ├── order-rand.sql.md ├── partitions.sql.md ├── regexp-replace.sql.md ├── schedule.sql.md ├── show-functions-procedures.sql.md ├── show-views.sql.md ├── showcase-sort.sql.md ├── src └── abcxyz.png ├── stored-procedure-insert-tables.sql.md ├── table-size.sql.md ├── transliterate-uri.sql.md ├── update-id.sql.md └── user-def-variables.sql.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/README.md -------------------------------------------------------------------------------- /abc-xyz.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/abc-xyz.sql.md -------------------------------------------------------------------------------- /cert-id.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/cert-id.sql.md -------------------------------------------------------------------------------- /count.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/count.sql.md -------------------------------------------------------------------------------- /create-db-user-privileges.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/create-db-user-privileges.sql.md -------------------------------------------------------------------------------- /create-table-like.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/create-table-like.sql.md -------------------------------------------------------------------------------- /create-user-db-prefix.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/create-user-db-prefix.sql.md -------------------------------------------------------------------------------- /date-to-str.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/date-to-str.sql.md -------------------------------------------------------------------------------- /db-size.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/db-size.sql.md -------------------------------------------------------------------------------- /last-ten-dates-news.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/last-ten-dates-news.sql.md -------------------------------------------------------------------------------- /mediana.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/mediana.sql.md -------------------------------------------------------------------------------- /order-rand.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/order-rand.sql.md -------------------------------------------------------------------------------- /partitions.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/partitions.sql.md -------------------------------------------------------------------------------- /regexp-replace.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/regexp-replace.sql.md -------------------------------------------------------------------------------- /schedule.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/schedule.sql.md -------------------------------------------------------------------------------- /show-functions-procedures.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/show-functions-procedures.sql.md -------------------------------------------------------------------------------- /show-views.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/show-views.sql.md -------------------------------------------------------------------------------- /showcase-sort.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/showcase-sort.sql.md -------------------------------------------------------------------------------- /src/abcxyz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/src/abcxyz.png -------------------------------------------------------------------------------- /stored-procedure-insert-tables.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/stored-procedure-insert-tables.sql.md -------------------------------------------------------------------------------- /table-size.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/table-size.sql.md -------------------------------------------------------------------------------- /transliterate-uri.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/transliterate-uri.sql.md -------------------------------------------------------------------------------- /update-id.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/update-id.sql.md -------------------------------------------------------------------------------- /user-def-variables.sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dbfun/sql-samples/HEAD/user-def-variables.sql.md --------------------------------------------------------------------------------