DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Dynamic where clause

  1. #1
    Join Date
    Jan 2001
    Posts
    318
    What is dynamic where clause ?? Where is it used?
    Sonali

  2. #2
    Join Date
    Nov 2000
    Location
    Baltimore, MD USA
    Posts
    1,339
    My best guess is that you are talking about the WHERE clause for a Dynamic SQL statement. A dynamic SQL statement is one that you build 'on the fly', often dependant upon user input. For example, the user is on a Search screen with a bunch of control. Based on what values are filled in, you build the appropriate SQL statement including the WHERE clause.

    - Chris

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width