PostgreSQL
 sql >> Baza danych >  >> RDS >> PostgreSQL

Funkcja SQL z parametrami, które mogą mieć wartość NULL

   AND (userName is null or u.name = userName)
   AND (processName is null or p.name = processName)
   AND (dTimeIn is null or i.dateTimeIn > dTimeIn)
   AND (dTimeOut is null or i.dateTimeOut < dTimeOut)
   AND (macAddress is null or c.mac_address = macAddress)
   AND (lName is null or l.name = lName)
   AND (subjectName is null or d.name = subjectName)



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. PostgreSQL odpowiednik Oracle bulk collect

  2. Jak używać klasy pqxx::stateless_cursor z libpqxx?

  3. Sqlalchemy i PostgreSql:jak ręcznie ustawić klucz podstawowy bez konfliktów w przyszłości?

  4. Polecenie PostgreSql, aby zobaczyć dane tabeli

  5. Zapytanie postgres jsonb według wartości niezależnie od kluczy