is there expression can use convert integers count of characters, simple graphing?
what want this:
+---+-------+ | 5 | ----- | | 1 | - | | 2 | -- | | 4 | ---- | +---+-------+
select repeat('-',int_column) table is there expression can use convert integers count of characters, simple graphing?
what want this:
+---+-------+ | 5 | ----- | | 1 | - | | 2 | -- | | 4 | ---- | +---+-------+
select repeat('-',int_column) table
Comments
Post a Comment