mysql - Integer to character count for simple graph? -


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

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -