Data exploration: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
Line 4: Line 4:
* MySQL: Using [https://www.w3resource.com/mysql/string-functions/mysql-char_length-function.php MySQL CHAR_LENGTH() function - w3resource] e.g. {{kbd | key=<nowiki>=SELECT MAX(CHAR_LENGTH(`my_column`)) FROM `my_table`</nowiki>}} cf:  
* MySQL: Using [https://www.w3resource.com/mysql/string-functions/mysql-char_length-function.php MySQL CHAR_LENGTH() function - w3resource] e.g. {{kbd | key=<nowiki>=SELECT MAX(CHAR_LENGTH(`my_column`)) FROM `my_table`</nowiki>}} cf:  


More details on [[PHP_and_MySQL_syntax#Length_of_characters | Length of characters]]
More details on [[PHP_and_MySQL_syntax#Length_of_characters | length of characters]] page.


== references ==
== references ==

Revision as of 20:02, 7 June 2018

Maximum length of characters in a column

More details on length of characters page.

references


icon_scale_pencil.png This article "Data exploration" is still being written. If there are any incomplete parts, you are welcome to directly edit them. 這篇文章「Data exploration」內容還在撰寫中,如果有不完整的部分,歡迎你直接動手修改