From 1b60bf776f7d1ffe8cce0bcb7f3a1ea6534198b1 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 20 Oct 2022 11:39:58 +1000 Subject: [PATCH] post list --- DBchat.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DBchat.cs b/DBchat.cs index 7465cd4..62fb9aa 100644 --- a/DBchat.cs +++ b/DBchat.cs @@ -41,7 +41,7 @@ namespace NeDvachAPI // ORDER BY post_id DESC // limit 10 // ) - subquery ORDER BY post_id ASC", conn) ) + // subquery ORDER BY post_id ASC", conn) ) using ( var command = new NpgsqlCommand(@" SELECT * FROM (