คอร์สอบรมนี้สอนอะไร ? หลักการและเหตุผล สำนักฝึกอบรมมหาวิทยาลัยเทคโนโลยีมหานครจัดโครงการอบรม เขียนโปรแกรม C#.Net เพื่อจัดการฐานข้อมูลขั้นพื้นฐาน เป็นการเขียนโปรแกรมเพื่อจัดการฐานข้อมูล โดยใช้ภาษา C#.Net 2013 และฐานข้อมูล SQL Server 2008 โดยแบ่งเนื้อหาออกเป็น 3 ส่วนคือ ส่วนที่หนึ่งเป็นการเขียนโปรแกรมเบื้องต้นและทำความรู้จักกับ Control ต่างๆของโปรแกรม ส่วนที่สอง เป็นการเขียนโปรแกรมภายใต้เงื่อนไขต่างๆ และการเขียนโปรแกรมเพื่อจัดการกับ Error ต่างๆ ส่วนที่สาม การเขียนโปรแกรมเพื่อติดต่อฐานข้อมูลและการออกรายงานด้วย Data Report วัตถุประสงค์ หัวข้อการฝีกอบรม ส่วนเนื้อหาของวันที่ 1 ส่วนเนื้อหาของวันที่…
Posts tagged sql
MySQL : Grouping any values in same column by comma (,)
In situation, when you do the data report by Select or Joining the data from one-to-many relation tables in MySQL database. You may found data duplication each of row, and you want to grouping it…
How to Find Duplicated Values In a Table Using SQL Command (SELECT & GROUP BY statement)
When you need to show values in a SQL table (RDBMS) with an objective to display values which are duplication, and summarize the same value by count it as a numeric. So, you have to…