mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-02 16:03:59 +00:00
chore: remove unused query results
This commit is contained in:
@@ -9,8 +9,6 @@ SELECT
|
|||||||
WHEN TYPE_NAME(p.user_type_id) = 'nvarchar' THEN p.max_length / 2
|
WHEN TYPE_NAME(p.user_type_id) = 'nvarchar' THEN p.max_length / 2
|
||||||
ELSE p.max_length
|
ELSE p.max_length
|
||||||
END AS charMaxLength,
|
END AS charMaxLength,
|
||||||
p.precision AS precision,
|
|
||||||
p.scale AS scale,
|
|
||||||
CASE
|
CASE
|
||||||
WHEN p.is_output = 1 THEN 'OUT'
|
WHEN p.is_output = 1 THEN 'OUT'
|
||||||
ELSE 'IN'
|
ELSE 'IN'
|
||||||
|
|||||||
Reference in New Issue
Block a user