Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8876419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T19:12:34+00:00 2026-06-14T19:12:34+00:00

How do you implement this simple scenario with the least possible cost (SQL) ?

  • 0

How do you implement this simple scenario with the least possible cost (SQL) ?

(implement a stored procedure supporting all combinations of the filters applied.)

Table

    name | dateOfbirth | phone | email
     N1  | 01-01-1992  | P1    | E1
     N2  | 12-08-1976  | P2    | E2
     N3  | 09-11-1989  | P3    | E3
     N4  | 04-06-1991  | P4    | E4

    Filter 
    [x] Name
    [x] dateOfbirth 
    [x] phone
    [x] email

After seeing SQL queries and filters implemented for many years and in many ways.

I think it’s high time for me to refresh.

References

  1. http://bit.ly/RYHzaF

  2. http://bit.ly/QyX103

Mark / Correct this question if found as duplicate

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T19:12:35+00:00Added an answer on June 14, 2026 at 7:12 pm

    Whenever I do optional filters, I choose some data that will represent all data, and then use something like this:

    SELECT name, dateOfbirth, phone, email
      FROM Table
     WHERE (@a_name  = '' or name = @a_name)
       AND (@a_date  = '1900-01-01' or dateOfbirth = @a_date)
       AND (@a_phone = '' or phone = @a_phone)
       AND (@a_email = '' or email = @a_email)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If I try to implement this simple-as-possible example: Update Content with AJAXRefreshRequest it does
This is probably very simple but it's really confusing me. When I implement the
I’m trying to implement a simple fixed headers table. I know this can in
CSS3 allows developers to implement simple graphics without using images. For example this envelope
I would like to implement a simple AR desktop application. This application should first
i have this class called MemoryManager, it is supposed to implement a simple smart
Simple example of scenario I am trying to implement class ATest { int a;
This seems like a reasonable (and maybe simple?) scenario, but how would you do
I hope this is a simple enough question for any SQL people out there...
I'm attempting to implement a simple Single Sign On scenario where some of the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.