我滴个乖乖
This commit is contained in:
10
ZelWiki.Repository/Scripts/GetEmojiByName.sql
Normal file
10
ZelWiki.Repository/Scripts/GetEmojiByName.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
SELECT
|
||||
E.Id,
|
||||
E.[Name],
|
||||
E.MimeType,
|
||||
'%%' || lower(E.[Name]) || '%%' as Shortcut,
|
||||
ImageData
|
||||
FROM
|
||||
Emoji as E
|
||||
WHERE
|
||||
E.[Name] = @Name
|
||||
Reference in New Issue
Block a user