Hi,
I have a table with fields number,category ,date and if i want to choose numbers of a particular category and date.
then the query will b
select number from <table name> where category=" " and date =" "
and it will display a list of numbers.
And wat if i want those numbers horizontally.Su ppose i hav three numbers
123
234
678
and i want it to be like this
123 234 678
but it should be done automatically. is there any query for that.
I have a table with fields number,category ,date and if i want to choose numbers of a particular category and date.
then the query will b
select number from <table name> where category=" " and date =" "
and it will display a list of numbers.
And wat if i want those numbers horizontally.Su ppose i hav three numbers
123
234
678
and i want it to be like this
123 234 678
but it should be done automatically. is there any query for that.
Comment