<div>When I apply this select statement in Visual Studio it seems to work well and retrieves rows that don&#39;t have a specific value, but when I try in revolution it doesn&#39;t work.</div><div>SELECT Act FROM Artists WHERE Writer = &#39;&#39;&nbsp;&nbsp;&nbsp;</div>
<div><br></div><div><br></div><div>&nbsp;put VDataBase_SQLSelectRecords(mData, &quot;SELECT Act FROM Artists WHERE Writer = &#39;&#39; &quot;,&quot;kServerSide&quot;, &quot;kReadWrite&quot;, &quot;kRandom&quot;,1,10,tab,CR) into curs &nbsp;&nbsp;</div>
<div><br></div><div><br></div><div><br></div>