asked 13.6k views
3 votes
SELECT DISTINCT ProjSize FROM projects

asked
User Shaheed
by
8.6k points

1 Answer

1 vote

Answer:

Step-by-step explanation:

this SQL command will return you only the DISTINCT (different) values without repeating any value of variable (ProjSize) from the table or column (projects)

answered
User Snf
by
7.9k points

No related questions found