]> insang Git - newton-cn_pos.git/commitdiff
상품찾기 order by query 정리
authornewton-cn <insang@kakao.com>
Wed, 24 Jul 2024 09:35:16 +0000 (18:35 +0900)
committernewton-cn <insang@kakao.com>
Wed, 24 Jul 2024 09:35:16 +0000 (18:35 +0900)
15 files changed:
.vs/newton-cn/v16/.suo
newton-cn/DBConnector.cs
newton-cn/bin/Debug/newton-cn.exe
newton-cn/bin/Debug/newton-cn.pdb
newton-cn/bin/Release/newton-cn.exe
newton-cn/bin/Release/newton-cn.pdb
newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache
newton-cn/obj/Debug/newton-cn.csproj.AssemblyReference.cache [new file with mode: 0644]
newton-cn/obj/Debug/newton-cn.csproj.FileListAbsolute.txt
newton-cn/obj/Debug/newton-cn.exe
newton-cn/obj/Debug/newton-cn.pdb
newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache [deleted file]
newton-cn/obj/Release/newton-cn.csproj.FileListAbsolute.txt
newton-cn/obj/Release/newton-cn.exe
newton-cn/obj/Release/newton-cn.pdb

index 220afcbb956d6412cc36c14476e82b1888f88c1d..b219740a58d28ec698f2193e761282bfaa08067c 100644 (file)
Binary files a/.vs/newton-cn/v16/.suo and b/.vs/newton-cn/v16/.suo differ
index 95a26b48d8c9a8a06eb73b99164e6f607a066a6a..662c17c8dcdfc36aa8bceac397b7e78e19181801 100644 (file)
@@ -34,7 +34,10 @@ namespace newton_cn
                        on a1.pr_code= a3.pr_code
                 where
                     pr_name like '%" + item + @"%' and
-                    kind_visible = 0 and pr_visible= 0";
+                    kind_visible = 0 and pr_visible= 0
+                order by
+                    a2.kind_name desc, a3.location desc, a1.pr_name
+            ";
 
             SqlCommand cmd_select = new SqlCommand(sql, conn);
 
index f4929af469770470186c0217280bc869d81b8187..b4c66211e0c51cd3acd2d417df5ee9d17bbcb4be 100644 (file)
Binary files a/newton-cn/bin/Debug/newton-cn.exe and b/newton-cn/bin/Debug/newton-cn.exe differ
index 7b52f8d02a16b24eb75aa4b7324101185acaf717..3c7ab88153711edd9f9b834b65b02cd0a16296f4 100644 (file)
Binary files a/newton-cn/bin/Debug/newton-cn.pdb and b/newton-cn/bin/Debug/newton-cn.pdb differ
index 54f66024047b9f779845f8dd107c30649d32b02c..eddcb26e4c47692956b04b42ef92fe5e0d948b7b 100644 (file)
Binary files a/newton-cn/bin/Release/newton-cn.exe and b/newton-cn/bin/Release/newton-cn.exe differ
index 319d6285838f28bed23eee6f743b2436a378dd0a..ae09459ea412280469b8537fd225b27e6e23c79c 100644 (file)
Binary files a/newton-cn/bin/Release/newton-cn.pdb and b/newton-cn/bin/Release/newton-cn.pdb differ
index 654bfd100adccba0f028072056d42479394ea2fd..ae0ca7082ee3d2a3eebaff80288641defe390f3c 100644 (file)
Binary files a/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ
diff --git a/newton-cn/obj/Debug/newton-cn.csproj.AssemblyReference.cache b/newton-cn/obj/Debug/newton-cn.csproj.AssemblyReference.cache
new file mode 100644 (file)
index 0000000..9e16c69
Binary files /dev/null and b/newton-cn/obj/Debug/newton-cn.csproj.AssemblyReference.cache differ
index 46341c915ac4c335cb171c9c01bdba00911bdc8e..43554931fb8b816d565d73462f46554c26742c85 100644 (file)
@@ -32,3 +32,4 @@ z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton-cn.cs
 z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton-cn.csproj.CoreCompileInputs.cache
 z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton-cn.exe
 z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton-cn.pdb
+z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton-cn.csproj.AssemblyReference.cache
index f4929af469770470186c0217280bc869d81b8187..b4c66211e0c51cd3acd2d417df5ee9d17bbcb4be 100644 (file)
Binary files a/newton-cn/obj/Debug/newton-cn.exe and b/newton-cn/obj/Debug/newton-cn.exe differ
index 7b52f8d02a16b24eb75aa4b7324101185acaf717..3c7ab88153711edd9f9b834b65b02cd0a16296f4 100644 (file)
Binary files a/newton-cn/obj/Debug/newton-cn.pdb and b/newton-cn/obj/Debug/newton-cn.pdb differ
diff --git a/newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache b/newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache
deleted file mode 100644 (file)
index 9e16c69..0000000
Binary files a/newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache and /dev/null differ
index 6e1fc702cfba8ed6445ddb1e8461c1838f0408fb..ef4d24770da46c778521e676e8eb9016a82d4c5a 100644 (file)
@@ -32,4 +32,3 @@ z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton-cn.
 z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton-cn.pdb
 z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton_cn.Form3.resources
 z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton_cn.Form4.resources
-z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton-cn.csproj.AssemblyReference.cache
index 54f66024047b9f779845f8dd107c30649d32b02c..eddcb26e4c47692956b04b42ef92fe5e0d948b7b 100644 (file)
Binary files a/newton-cn/obj/Release/newton-cn.exe and b/newton-cn/obj/Release/newton-cn.exe differ
index 319d6285838f28bed23eee6f743b2436a378dd0a..ae09459ea412280469b8537fd225b27e6e23c79c 100644 (file)
Binary files a/newton-cn/obj/Release/newton-cn.pdb and b/newton-cn/obj/Release/newton-cn.pdb differ