Skip to main content
Participant
August 8, 2008
Question

checking for Null

  • August 8, 2008
  • 2 replies
  • 307 views
hello, just need help with how to check for null
    This topic has been closed for replies.

    2 replies

    tclaremont
    Inspiring
    August 8, 2008
    If you mean in a database field, the syntax can vary depending on the DB.

    With the dearth of information revealed in the original post, I will go out on a limb and just say...

    <CFIF fieldname IS NULL>
    Participating Frequently
    August 8, 2008
    Where? In a database field?