Started transaction at 10.12.2014 16:11:02 +02:00
UPDATE [dbo].[Urun]
SET [Ad] = @0, [Kategori] = @1
WHERE ([Id] = @2)
-- @0: 'Erkan' (Type = String, Size = 75)
-- @1: 'Karabulut' (Type = String, Size = 50)
-- @2: '1' (Type = String, Size = 25)
-- Executing asynchronously at 10.12.2014 16:11:02 +02:00
-- Completed in 4 ms with result: 1
Committed transaction at 10.12.2014 16:11:02 +02:00
这是我的字符串。我在[dbo]之后首先需要子串。意味着需要表名和第二个日期时间。我需要正则表达式。
输出
"Urun" and "10.12.2014 16:11:02 +02:00"
感谢您的帮助...
答案 0 :(得分:0)