Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Statement to change month only in datetime field
Message
 
To
20/06/2008 11:15:33
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01325730
Message ID:
01325766
Views:
13
>That worked great. Thanks Sergey. I don't know why but I thought those were not available in SQL Server...
>
>
>>Yes, you can use SUBSTRING() and STUFF() functions.
>>
>>>I messed up. I just checked and I misunderstood originally, it is NOT a datetime field. It is:
>>>
>>>PK, varchar(14), not null
>>>
>>>so I guess it would be looking for '07' in position substr(sqlvalue,3,2) and replacing substr(sqlvalue,3,2) with '06' for the correct value... Can that be done in sql server?
>>>

I just saw that the PK is varchar, is that so or you just use PK?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform