Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ts568
  • Content: Threads
  • Order by date
  1. ts568

    a query to count the frequency of an occurence

    Is there a way of writing a query that looks at a table and works out from staffNumber, which staff members number appears most on the table and then links back to the STAFF table and shows their name? So there are two tables ORDERSPROCESSED and STAFF And I want to view which staff member has...
  2. ts568

    How do you pickup null (or empty) data fields in a sql query?

    I have an entity which I would like to create a query which will look into the entity and give me all of the orders which have not got a staff member assigned to them. I have done the query the way I believe it needs to be, however a blank table is showing up when it is executed. SELECT ORDER.*...
  3. ts568

    Small problem with query

    Hello, I want to make a query which will list all customers who have ordered something on a specific date but who have not paid yet) This is what I have got so far SELECT CUSTOMER.*, ORDERS.* FROM CUSTOMER, ORDERS WHERE (((CUSTOMER.customerNumber)= 'paid.yes')); I am unsure of what to do...
  4. ts568

    Difficult query need help

    Hello, this time, I have an entity called SUPPLIERSHIP there are 3 tables/attributes: dateCanBeShipped supplierName and productType I need to make a query that allows me to enter in a month, either into the query, or even better, a box pops up for me to enter it in. When I have entered in...
  5. ts568

    Query problem for getting ages of users

    Hi, I need to try and write query which goes into my CUSTOMER table, and returns the number of male customers between the ages of 20 and 25. The only thing in the CUSTOMER table which could help is DOB which is in the format 23/04/1975 There is also a field called Gender where you can either...

Part and Inventory Search

Back
Top