こんにちは。コグラフ株式のM.Sです。 SQLの ORDER BYと GROUP BY の違いについて解説します。 ORDER BYの基本構文 指定したカラムを昇順、降順に並び替えるときに使用します。 class_tableというテーブルがあるとします。 SELECT * FROM class_table ORDER BY height ; この例で ...
Sql = "Insert into t_gaestebog (Fra, Dato, email, http, Tekst) values(''" & Request("Fra") & "'',''" & Now() & "'',''" & Request("email") & "'',''" & Request("webside ...