diff --git a/changelogs/unreleased/fix-string-dequoting.md b/changelogs/unreleased/fix-string-dequoting.md
new file mode 100644
index 0000000000000000000000000000000000000000..01f28ce41079edb19ff44fc93d15c26d07725e02
--- /dev/null
+++ b/changelogs/unreleased/fix-string-dequoting.md
@@ -0,0 +1,4 @@
+## bugfix/sql
+
+* SQL queries with sub-queries and quoted names now return correct column names
+in projection (gh-7063).
diff --git a/test/sql-luatest/gh_7063_dequote_test.lua b/test/sql-luatest/gh_7063_dequote_test.lua
index 90843e9f9ad5ca678834e5193cca936cc5c9caf1..70f51530ad5da7f96a6c2570aa4a114644970138 100644
--- a/test/sql-luatest/gh_7063_dequote_test.lua
+++ b/test/sql-luatest/gh_7063_dequote_test.lua
@@ -1,6 +1,5 @@
 local server = require('luatest.server')
 local t = require('luatest')
-
 local g = t.group()
 
 g.before_all(function()