You can limit the number of words by using the ‘More’ button when editing a post. (Everything below the more button will not be shown unless you click more).
Just for future reference, php’s mysql_query *always* returns a resource. So you will always need to use another function (eg mysql_fetch_array, mysql_fetch_assoc, mysql_fetch_object, mysql_fetch_row, etc.) to get the values.