Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get max date
Message
From
05/07/2017 06:52:03
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
05/07/2017 04:05:57
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01652423
Message ID:
01652429
Views:
58
>Sir I am trying to get maximum date from smalldatetime column
>For this I am using this command
>
>
>select  max(convert(varchar(10),vou_date,103))as max_date from payments
>
>
>but it is not showing correct date.
>
>Please see attachment
>
>Thanks
select  max(vou_date) as max_date from payments
PS: I don't know why but when I saw your question, I didn't see that Martina already replied.
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform