![]() |
Sergey Kornilov admin 9/19/2008 |
You need to add a WHERE clause to your query (SQL query tab) select ... from ... WHERE EndDate is null
select ... from ... WHERE EndDate='' |
S
|
sfierce author 9/24/2008 |
You need to add a WHERE clause to your query (SQL query tab) select ... from ... WHERE EndDate is null
select ... from ... WHERE EndDate=''
|
J
|
JOHNF777 9/24/2008 |
In MSSQL I would try this: |
![]() |
Sergey Kornilov admin 9/24/2008 |
Remove dot after EndDate EndDate.
|
J
|
JOHNF777 9/24/2008 |
Good catch! |