aley
unknown
sql
3 years ago
303 B
9
Indexable
USE [SAISKabini] GO /****** Object: StoredProcedure [dbo].[spDonenVeriGetirTarih] Script Date: 8.09.2022 10:17:54 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER PROCEDURE [dbo].[spDonenVeriGetirTarih] AS BEGIN SELECT TOP 1 ReadTime FROM Donen_Veriler Order by id Desc END
Editor is loading...