<html>
<head>
<link href="mmres://user_interface_reference.css" rel="stylesheet" type="text/css">
<title>VALUELIST</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
   <div id="">
   <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
      <tr> 
         <td valign="top" class="name">VALUELIST</td>
         <td valign="top" nowrap class="compatibility">&nbsp;</td>
      </tr>
      <tr>
         <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
      </tr>


    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title"></span>
<p>
sNG[̊el̊Ԃɋ؂蕶}܂B̕]͍s܂B 
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">߂l</span>
<p>
sNG[ŕԂꂽeR[h̒lA؂蕶ŋ؂Xg
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">JeS</span>
<p>
Xg֐ANG[֐
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">֐̃V^bNX</span><pre>ValueList(query.column [, delimiter ])
</pre>    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">֘A</span>
<p>
QuotedValueList
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">p[^</span>
<p>

</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title"></span><pre>&lt;h3&gt;ValueList ̗&lt;/h3&gt;

&lt;!--- NG[̓egpāAʂ̃NG[𓮓Iɍ쐬܂B ---&gt;
&lt;cfquery name = &quot;GetDepartments&quot; datasource = &quot;cfdocexamples&quot;&gt;
SELECT Dept_ID FROM Departments
WHERE Dept_ID IN (&#39;BIOL&#39;)
&lt;/cfquery&gt;

&lt;cfquery name = &quot;GetCourseList&quot; datasource = &quot;cfdocexamples&quot;&gt;
SELECT *
FROM  CourseList
WHERE Dept_ID IN (&#39;#GetDepartments.Dept_ID#&#39;)
&lt;/cfquery&gt;

(--) ؂蕶ƂĎgpAS BIOL R[X ID ̒lXg :&lt;br&gt;
&lt;cfoutput&gt;
#ValueList(GetCourseList.Course_ID,&quot;--&quot;)#&lt;br&gt; 
&lt;/cfoutput&gt;

(;) ؂蕶ƂĎgpAS BIOL R[Xԍ̒lXg :&lt;br&gt;
&lt;cfoutput&gt;
#ValueList(GetCourseList.CorNumber,&quot;;&quot;)#&lt;br&gt; 
&lt;/cfoutput&gt;
</pre>
         </td>
      </tr>
   </table>
   </div>
<div id="QUERY.COLUMN">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">QUERY.COLUMN</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

 </td>
  </tr>
  <tr>
    <td>sNG[Ɨ̖OłBNG[Ɨ񖼂̊Ԃ̓sIh (.) ŋ؂܂B


  </td>
  </tr>
  </table>
</div>
<div id="DELIMITER">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">DELIMITER</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

 </td>
  </tr>
  <tr>
    <td>f[^ڂ؂邽߂̋؂蕶łBftHgl̓J} (,) łB


  </td>
  </tr>
  </table>
</div>

  </body>
</html>
