Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Displaying (more) Conditional Database Data
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Displaying (more) Conditional Database Data

 Post Reply Post Reply
Author
kennywhite View Drop Down
Groupie
Groupie


Joined: 26 February 2009
Location: Indy
Status: Offline
Points: 106
Post Options Post Options   Thanks (0) Thanks(0)   Quote kennywhite Quote  Post ReplyReply Direct Link To This Post Topic: Displaying (more) Conditional Database Data
    Posted: 09 March 2009 at 3:44pm
Hello,
 
 My original question was answered in this topic http://forums.webwiz.net/forum_posts.asp?TID=27045&PID=138615#138615
 
But now I am trying to find a way to display data based on the information entered into two columns instead of just one.
 
I have tried:
 
SELECT * FROM table_name WHERE field_name = 'DEPARMENT A', WHERE field_name = 'PRODUCT_TYPE B';
 
I've also tried it without the comma, without the second  "WHERE" and every variation that I could think of.
 
Can anyone help me out?
 
Thanks!
 
 
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 09 March 2009 at 4:13pm
You would use AND or OR

eg:-

SELECT * FROM table_name WHERE field_name = 'DEPARMENT A' AND field_name = 'PRODUCT_TYPE B';

SELECT * FROM table_name WHERE field_name = 'DEPARMENT A' OR field_name = 'PRODUCT_TYPE B';
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.