<script type="text/javascript">
<!--
if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
document.write('<!-'+'-[if IE]>');
document.write('<input type="button" valu…
重複行を除いて表示したい場合は、select distinctを使用する
SELECT DISTINCT <列名1> [, 列名2 …] FROM <テーブル名> [WHERE条件式など]
※※ <>は必須、[]はオプション
graffiti on the web
この投稿へのコメント
コメントはまだありません。