Jump to content

Search the Community

Showing results for tags 'null field'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Hello everyone I want to filter all children adicional_hab field (product type) is NULL or empty or has X page What I want is to filter all the pages that adicional_hab field is empty or has selected a value. To translate it into SQL SELECT * FROM adicional WHERE adicional_hab IS NULL OR adicional_hab = 'standard' I tried $adiconal->children("adicional_hab=standard|''"); On the other hand there ay any way to make a print and view the sql query that is running with filters that these apply? Thank you very much, best regards Diego
×
×
  • Create New...