Thread
:
SQL statement to select from a drupal webform table
View Single Post
#
3
(
permalink
)
02-28-2008, 10:43 AM
skinhat
Posts: n/a
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.
skinhat