Microsoft
Software
Hardware
Network
Question : I need assistance with a SQL query
Hi Experts,
I have a query that returns a list of order numbers from the Orders table. I need to query for a field called EventDate, and UserName from the Events table. The event i am looking for is the ADD event. There could be multiple ADD events for the every record. so i need to get the one with the earliest date.
For example if I have an Order with 3 ADD events, I only want to select the first ADD event.
ORDERS
TABLE
OrderID OrderNumber
110 000110
EVENTS
TABLE
OrderID EventDate UserName EventName
110 4/1/2010 John Doe ADD
110 4/22/2010 Karen Baker ADD
110 5/6/2010 Mike Johnson ADD
My Query should return the following:
OrderNumber EventDate UserName
000110 4/1/2010 John Doe
How can i do this? Thanks in advance
mrotor
Answer : I need assistance with a SQL query
Ok, maybe try reversing the LIKE:
SELECT * FROM `df_modules_shares` WHERE '/home/florlpt1/public_htm
l/safeline
t_t/system
/data/defa
ult_home_f
older/test
e/FGCI 2010/Norte/123' LIKE CONCAT(path, '%')
Random Solutions
compare two integers
Factory default settings for a PIX 506 and 506E
Exception in thread "main" org.hibernate.PropertyAcce
ssExceptio
n: IllegalArgumentException occurred while calling setter of com.web.dcr.DCRIncidentId.
dcrRef
lsass.exe System error when replacing SBS 2003 Hard Drives
E-mail's stuck (frozen) in the Local Delivery Queue - Exchange 2003 SP2 Enterprise
linq
Increase quota of a NFS partition using Solaris 10
Animated Collapsible on Wordpress Search - Need Help!
how to send out html using Spring mail?
Update Query depending on 2 or 4 first characters