User Profile

Collapse

Profile Sidebar

Collapse
napjohn8
napjohn8
Last Activity: Mar 31 '08, 03:59 PM
Joined: Mar 1 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • napjohn8
    started a topic getdate function help

    getdate function help

    here is my question with getdate function

    --12. List the names and staff number for staff who manage detached properties that have a current lease i.e. there is a lease and its end date is in the future. Show each staff member only once
    -- (Hint the getdate() function returns todays date)

    i have this so farr

    select fname, lname, s.staffno from staff s inner join property p
    on s.staffno...
    See more | Go to post

  • napjohn8
    started a topic Greater than statement for 2 columns

    Greater than statement for 2 columns

    hi guys,

    i am doing an SQL question where the table is item and the two columns i have are reorderlevel and QOH

    The question is List details for the items where the qty on hand exceeds the reorder level by 10 or more.

    I have so far

    select * from item
    where QOH >
    See more | Go to post
No activity results to display
Show More
Working...