QHR query to return all user tables

Simple query for returning all user tables in Quadrant HR.

SELECT * FROM sysobjects WHERE type = 'U'
order by name