Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing
Message
From
19/09/2002 16:36:29
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Removing
Miscellaneous
Thread ID:
00702476
Message ID:
00702476
Views:
55
SQL Server returns a value from the following command
with colons (:) and down to the milisecond.

select convert(varchar,getdate(),114)

All I want is the time portion returned without the colons
like this in VFP:

xx= '15:36:31:293'
?left(chrtran(xx,':',''),6)


Can it be done in SQL Server via T-SQL?
Next
Reply
Map
View

Click here to load this message in the networking platform