Hi All,
I have a query like below
select col1, col2 from table1 where col1 > ' '
-- Six space inside the quotes
Here col1 is char(6) column, what is the use of this?
I have a query like below
select col1, col2 from table1 where col1 > ' '
-- Six space inside the quotes
Here col1 is char(6) column, what is the use of this?