|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
max (date)
Can anyone help me !
How get max date from field ex:select * from table where date = max(date) but result not true. |
|
#2
|
|||
|
|||
|
RE: max (date)
This should work..
select max(datefield) as maxdate from tblname; |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > max (date) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|