In SQL Server, if I need to add a new datetime column in my query to display the current time, I always do:SELECT *, GETDATE() ...
確定! 回上一頁