Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
select statement help!
Name: bismarkcount Date: November 5, 2007 at 12:03:07 Pacific OS: Winxp CPU/Ram: intel/ 1gb Product: Dell
Comment:
Hello!! i need some help in building a sql server select statement:
i need to build a statement in order to have each product and how many items of the product i have in existence (sum of quantities of each occurrence of a product). so the query result would look like this:
Summary: I have Table1 with FieldA and Table2 with FieldA. I would like to query Table1 for all records that DO NOT exist in FieldA of Table2. I have tried the following but it doesn't filter correctly. Any...
Summary: hi i am trying to take the values from G17:J17 and write an if statement such as if G17:J17 is =8 then display in G19 "correct" if between 4 and 7 display in G19 "random" and if below 4 display in G19...
Summary: Two separate queries are not needed. That's what OR is for. In a SQL type database it would go something like this (assuming the names of the columns are C1, C2, & C3): SELECT * FROM table_name WHERE ...