|
A
|
ann 5/17/2010 |
|
Hi, SELECT
|
|
|
|
swant author 5/17/2010 |
|
Select |
|
|
|
swant author 5/17/2010 |
|
Select |
|
|
|
swant author 5/17/2010 |
|
SELECT |
|
|
|
swant author 5/17/2010 |
|
This is what I needs it to look like But i also need the date difference between Date Build Request and Released to Prod everything that i find for mysql commands tends to not work and also the one that was submitted to me from you bombs out even if i make a new query from scratch. any suggestions |
|
|
A
|
ann 5/18/2010 |
|
Hi, |
|
|
S
|
swanside 5/18/2010 |
|
Try this. SELECT List ID,Name of Careset,Build or Maintain,Owner, Date Build Requested,Department Approval,Compliance Approval,Lab Approval,Pharmacy Approval,Quality Approval,Radiology Approval,Released to Prod,(SELECT (DATEDIFF(Released to Prod,Date Build Requested))) AS TimeTakeToProd,FROM List of NeedsWHERE ( Build or Maintain ="Build") |
|
|
|
swant author 5/18/2010 |
|
Line 14 errors, the new select statement Try this. |
|
|
S
|
swanside 5/18/2010 |
|
Line 14 errors, the new select statement
|
|
|
|
swant author 5/19/2010 |
|
There were single quotes instead of back ticks that were causing the issue of it not working Sorry remove the , from the last line of the sql |
|