I may have designed my table wrong, but I have a table with both organization and individual names. I would like for the table to sort by orgname AND individual_lname combined. Is there anyway to combine two columns for an ORDER BY?
Something like this:
ABC Company << orgname
Barry Baker << individual_lname
Dover Motors << orgname
Susan Green << individual_lname
Not this:
ABC Company << orgname
Dover Motors << orgname
Barry Baker << individual_lname
Susan Green << individual_lname
Thanks.
Something like this:
ABC Company << orgname
Barry Baker << individual_lname
Dover Motors << orgname
Susan Green << individual_lname
Not this:
ABC Company << orgname
Dover Motors << orgname
Barry Baker << individual_lname
Susan Green << individual_lname
Thanks.