Mysql
 sql >> Datenbank >  >> RDS >> Mysql

IF-Anweisung innerhalb der Where-Klausel in SQL

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