Mysql
 sql >> Database >  >> RDS >> Mysql

Istruzione IF all'interno della clausola where in SQL

WHERE (startTime IS NULL AND startDate >= '$date')
   OR (startTime IS NOT NULL AND startTime >= '$unix')