select getdate() as begindate
SELECT  * FROM [test].[dbo].[User]
select getdate() as enddate

相关文章: