View Single Post

   
  #3 (permalink)  
Old 02-28-2008, 10:43 AM
skinhat
 
Posts: n/a
Default Re: SQL statement to select from a drupal webform table


> SELECT
> DISTINCT `sid`
> WHERE LEFT(FROM_UNIXTIME(`cid`),10) = '2007-12-08';


This wouldnt work because the 'cid' field doesnt hold the date. Its
just a unique identifier.

Reply With Quote