8 lines
107 B
SQL
8 lines
107 B
SQL
SELECT
|
|
[Avatar] as Bytes,
|
|
AvatarContentType as ContentType
|
|
FROM
|
|
Profile
|
|
WHERE
|
|
Navigation = @Navigation
|