Welcome Guest, Not a member yet? Register   Sign In
does this function work in CI 4.3.1 whereNotNull()
#2

(This post was last modified: 05-11-2023, 12:01 PM by JustJohnQ.)

Code:
SELECT CustomerName, ContactName, Address
FROM Customers
WHERE CustomerName IS NOT NULL
AND ContactName IS NOT NULL
OR Address IS NOT NULL;
Reply


Messages In This Thread
RE: does this function work in CI 4.3.1 whereNotNull() - by JustJohnQ - 05-11-2023, 12:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB