Rowsize identification

  • Can anyone please let me know how we can identify rows in a table with rowsize > say 5000. Any help will be greatly appreciated.

    Thanks

     

  • you can script the length of fields with len() and then add these all up. In your query, you can use this in the where clause (where len(fielda) + len(fieldb) > 5000

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply