What is the maximum table comment length in Oracle and SQL Server? For MySQL, this is 60 characters.
A quick google search leads to comments stored in user_tab_comments, so just check the size of this column in your database.
Oracle's comment size limit is 4,000 characters.
Source: https://habr.com/ru/post/1416202/More articles:Balancing collective costs between multiple participants - algorithmWhere is the Html.Serialize in MVC4 - c #Scrolling an item to the center using VirtualizingStackPanel in Windows 8 Metro - c #What should be considered when choosing a parallelization scheme? - c ++Unpack archives recursively, store (file name, extracted content) in a dictionary - pythonget_browser () in Chrome returns 'Default Browser' - browserWhat to use to refactor javascript / jQuery web applications to use require.js and jasmine - javascriptUsing helper methods in junit class - javaReturn to the original report using the back button in the linked report with multiselect parameters in the main report - reporting-servicesHow to manage multiple connections? - clojureAll Articles