Skip to content

Commit 524e78a

Browse files
authored
Merge pull request #253 from RannelT/main
Update README.md
2 parents 116c13d + 2553c80 commit 524e78a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

sql-queries-5/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
- [Difference Between SET autocommit=1 and START TRANSACTION in MySQL](https://www.baeldung.com/sql/mysql-autocommit-one-vs-start-transaction)
1414
- [Selecting the Bottom N Rows in SQL Queries](https://www.baeldung.com/sql/select-bottom-n-rows)
1515
- [Turning Off Autocommit For a MySQL Client](https://www.baeldung.com/sql/mysql-turn-off-autocommit-mode)
16+
- [How to Split Single Column Values to Multiple Columns in SQL](https://www.baeldung.com/sql/split-single-column-values)

sql-queries-6/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
- [Running a Query With LIMIT/OFFSET While Still Getting the Total Row Count](https://www.baeldung.com/sql/limit-offset-include-total-row-count)
88
- [Deleting SQL Rows Where IDs Do Not Have a Match From Another Table](https://www.baeldung.com/sql/delete-rows-ids-not-match-other-table)
99
- [How to Retrieve a Random Row in SQL](https://www.baeldung.com/sql/random-row-select)
10+
- [Run SELECT Query Without Locking in MySQL](https://www.baeldung.com/sql/mysql-execute-select-no-locking)

sql-queries-dates/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
- [How to Select a Date Without Including the Time in SQL](https://www.baeldung.com/sql/select-date-without-time)
55
- [Get Current Timestamp in SQL Server](https://www.baeldung.com/sql/sql-server-current-timestamp)
66
- [Group Query Results by Month and Year in SQL](https://www.baeldung.com/sql/group-by-date-parts)
7+
- [How to Get the Day of the Week in SQL](https://www.baeldung.com/sql/day-of-the-week)

sql-queries-like/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[When to Use Equals (=) vs. LIKE in SQL Queries](https://www.baeldung.com/sql/queries-equals-vs-like)

0 commit comments

Comments
 (0)