D
Dawn
There’s a table, with the format:
Table1rice,with only one column.
I want to use query to Make it output as follows:
1.
Price in (0,50k) Price in (50k,1m) Price in (1m,5m) Price >5M
count
Or 2.
count
Price in (0,50k)
Price in (50k,1m)
Price in (1m,5m)
Price >5M
How to arrange query?pls give it in sql.
Many thanks.
Table1rice,with only one column.
I want to use query to Make it output as follows:
1.
Price in (0,50k) Price in (50k,1m) Price in (1m,5m) Price >5M
count
Or 2.
count
Price in (0,50k)
Price in (50k,1m)
Price in (1m,5m)
Price >5M
How to arrange query?pls give it in sql.
Many thanks.