Skip to content

Commit 961bb7e

Browse files
authored
Fix formatting in MySQL cheatsheet
1 parent 7948057 commit 961bb7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/docs/cheatsheets/mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SELECT
1111
CONCAT("CALL mysql.rds_kill_query('" , ID, "');") AS "run_to_kill",
1212
@@hostname AS "hostname",
1313
pl.ID AS "id",
14-
pl.HOST AS "host",
14+
pl.HOST AS "host",
1515
pl.USER AS "user",
1616
pl.DB AS "database",
1717
pl.COMMAND AS "command",

0 commit comments

Comments
 (0)