tduraipkt
12-18-2006, 05:28 AM
In MySQL ::
select CURDATE();
It will return currentdate in YYYY-MM-DD format. But i need the corrosponding milliseconds value. What is the query to get this value?. And what is the query to get current time(milliseconds value) in MSSQL?.
select CURDATE();
It will return currentdate in YYYY-MM-DD format. But i need the corrosponding milliseconds value. What is the query to get this value?. And what is the query to get current time(milliseconds value) in MSSQL?.