Re: [PHP-DB] php-mySQL and an SQL query

2001-03-08 Thread CC Zona
And even without the subquery, the "like" keyword expects a wildcard character or two, for example: LIKE '$month%' " > mysql doesn't support sub-queries unfortunately =( > > > > > At 10:22 PM 3/8/01 -0500, Michael Gerholdt wrote: > >Hi, folks, > > > >Can someone insight me regarding this? >

Re: [PHP-DB] php-mySQL and an SQL query

2001-03-08 Thread Beau Lebens
mysql doesn't support sub-queries unfortunately =( At 10:22 PM 3/8/01 -0500, Michael Gerholdt wrote: >Hi, folks, > >Can someone insight me regarding this? > >I have a datetime field in mySQL (-mm-dd hh:mm:ss) called event_time > >I want to pull records hitting against this field with the i