Files
GMW/GMW_data/SqlScripts/Vocabolario/vocab_463.sql
T

7 lines
172 B
Transact-SQL

exec stp_insNewLemma 'UdcNonSpostabile', 'UDC non spostabile'
-- registro versione...
INSERT INTO [dbo].[LogUpdateDb] ([Versione],[Data]) VALUES(463, GETDATE())
GO