Robuta

https://learn.microsoft.com/en-gb/sql/t-sql/data-types/char-and-varchar-transact-sql?view=sql-server-ver16 char and varchar (Transact-SQL) - SQL Server | Microsoft Learn Character data types that are either fixed-size (char), or variable-size (varchar). sql serverchartransactmicrosoftlearn https://doris.apache.org/docs/3.x/sql-manual/basic-element/sql-data-types/string-type/VARCHAR/ VARCHAR - Apache Doris VARCHAR(M) A variable length string, M represents the byte length of a variable length string. The range of M is 1-65533. varcharapachedoris https://bugs.php.net/bug.php?id=25777 PHP :: Bug #25777 :: char and varchar fields are being rtrimmed (and also ltrimmed?) using freetds https://userapps.support.sap.com/sap/support/knowledge/en/2942446 2942446 - Cannot assign a blank-padded string to a parameter with JDBC type VARCHAR | SAP... An application is trying to read all the accounts from EP Portal via Aggregation (Read Only) process. During this process, the aggregation fails with the below... https://community.adobe.com/questions-582/cfquery-results-return-a-null-value-for-a-varchar-max-field-in-sql-263889 CFQUERY results return a null value for a varchar(MAX) field in SQL | Community I'm using ColdFusion 9 and SQL Server 2008.One the fields in a table is defined as a varchar(MAX). Other fields in the table are ints, varchar(8000) var... https://community.fabric.microsoft.com/t5/Desktop/varchar-field-coming-as-count-while-dragging-into-tooltips/m-p/381243 Re: varchar field coming as count() while dragging... - Microsoft Fabric Community Mar 21, 2018 - Hi , Tooltips field also only support summarize value.(text column will auto convert with summary mode count, you can manually switch to microsoft fabricvarcharfieldcoming https://userapps.support.sap.com/sap/support/knowledge/en/2457936 2457936 - Char to varchar datatype change , trailing spaces - ASE | SAP Knowledge Base Article A table was modified to change a CHAR datatype column to a VARCHAR datatype Existing stored procedures that selected the column had trailing spaces in the... https://techcommunity.microsoft.com/discussions/sql_server/get-0x81-varchar-from-jdbc/3703019 Get 0x81 varchar from jdbc | Microsoft Community Hub For sql server 2012 table with VARCHAR column, it contains 0x81 character. When using Java getString to pull the column, efbfbd (Replacement Character in... microsoft communitygetvarcharjdbchub https://forums.mysql.com/read.php?10,420270,420270 MySQL :: how to replace hex in varchar field how to replacemysqlhexvarcharfield https://techcommunity.microsoft.com/discussions/sql_server/help-in-varchar-column-calculation/4173033 Help in varchar column calculation | Microsoft Community Hub Hi, How I can calculate and get the calculation result of calc4 colum. Currently this is varchar but i want to calculate calc1+calc2+calc3 in... microsoft communityhelpvarcharcolumncalculation https://aartemiou.blogspot.com/2009/07/error-converting-data-type-varchar-to.html The SQL Server and .NET Hub: Error converting data type varchar to float https://bugs.mysql.com/bug.php?id=120284 MySQL Bugs: #120284: Materialized `IN (subquery)` Loses VARCHAR-to-YEAR Coercion,Causing... https://forums.mysql.com/read.php?71,157481,157481 MySQL :: Importar datos desde csv a campos varchar importar datosmysqldesdecsvcampos https://dev.mysql.com/doc/refman/9.7/en/char.html MySQL :: MySQL 9.7 Reference Manual :: 13.3.2 The CHAR and VARCHAR Types https://forums.mysql.com/read.php?103,709786,709786 MySQL :: Not able to insert arbitrary binary data / invalid UTF8 characters into a VARCHAR column https://forums.tomsguide.com/threads/sql-question-using-varchar-variable-in-a-query.335800/ SQL Question: Using VARCHAR variable in a query | Tom's Guide Forum Hi everyone, I have a question that I hope a SQL wizard can answer for me. I am querying a DB system to try and create a report of keywords that do not... in a https://jira.mariadb.org/browse/MDEV-18468 [MDEV-18468] merge instant_varchar_enlarge.test and alter_varchar_change.test - Jira mdevmergeinstantvarchar https://forums.mysql.com/read.php?107,433100,437817 MySQL :: Re: Arabic text in mysql Varchar row mysqlarabictextvarcharrow https://jira.mariadb.org/browse/CONJ-379?attachmentOrder=desc [CONJ-379] Metadata TINYTEXT type return wrong (Types.LONGVARCHAR instead of Types.VARCHAR) - Jira https://jira.mariadb.org/browse/CONJ-379?attachmentSortBy=dateTime [CONJ-379] Metadata TINYTEXT type return wrong (Types.LONGVARCHAR instead of Types.VARCHAR) - Jira https://lists.ibiblio.org/sympa/arc/freetds/2011-06/msg00099.html freetds - Re: [freetds] MS SQL 2008 varchar(max) update problem - arc ms sqlfreetdsvarcharmaxupdate https://techcommunity.microsoft.com/discussions/sql_server/help-in-varchar-column-calculation/4173033/replies/4173390 Help in varchar column calculation | Microsoft Community Hub Hi, How I can calculate and get the calculation result of calc4 colum. Currently this is varchar but i want to calculate calc1+calc2+calc3 in... microsoft communityhelpvarcharcolumncalculation https://forums.mysql.com/read.php?30,16535,16617 MySQL :: Re: Can't store md5 string in varchar mysqlstorestringvarchar https://javarevisited.blogspot.com/2016/03/how-to-increase-length-of-existing-VARCHAR-column-in-SQL-Server.html?showComment=1634797856552 How to increase length of existing VARCHAR column in SQL Server? Example Tutorial A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience. how to increase https://forums.mysql.com/read.php?71,157481,157666,quote=1 MySQL :: Re: Importar datos desde csv a campos varchar importar datosmysqldesdecsvcampos https://jira.mariadb.org/browse/MDEV-10052?workflowName=MariaDB+v4&stepId=6 [MDEV-10052] Illegal mix of collations with DAYNAME(date_field)varchar_field - Jira https://jira.mariadb.org/browse/MCOL-5346 [MCOL-5346] Excessive log messages converting NULL VARCHAR into INT - Jira log messagesexcessive https://ask.libreoffice.org/tag/varchar Topics tagged varchar Topics tagged varchar topicstaggedvarchar https://userapps.support.sap.com/sap/support/knowledge/en/2683043 2683043 - Trailing blank stored in a varchar | SAP Knowledge Base Article When using a UNION clause with trailing blanks, trailing blanks are not truncated in asap knowledgetrailingblankstored https://community.oracle.com/products/oracleanalytics/discussion/27016/support-for-clob-data-types-string-varchar-with-4000-chars Support for CLOB data types (string/varchar with 4000 chars) - Oracle Hello, We've encountered a significant roadblock in our implementation of the FDI CPQ Module that we need to bring to your urgent attention. Data Extractions... support fordata typesclob https://community.fabric.microsoft.com/t5/Desktop/varchar-field-coming-as-count-while-dragging-into-tooltips/m-p/374834 varchar field coming as count() while dragging int... - Microsoft Fabric Community Mar 21, 2018 - Hello everyone, I am trying to drag varchar filed to tooltip section, but the column is value is coming as count of. I want combine all the values of microsoft fabricvarcharfieldcomingcount https://jira.mariadb.org/browse/MDEV-8137?attachmentOrder=asc [MDEV-8137] Surprising limit for varchar field for CONNECT database with ODBC - Jira https://docs.oracle.com/en/database/oracle/oracle-database/26/spatl/sdo_util-to_json_varchar.html SDO_UTIL.TO_JSON_VARCHAR to jsonsdoutilvarchar https://jira.mariadb.org/browse/MDEV-8613 [MDEV-8613] Full table scan for WHERE indexed_varchar_column = 'bad-character' - Jira https://forums.mysql.com/read.php?72,202234,202234 MySQL :: varchar(1) ? mysqlvarchar https://forums.mysql.com/read.php?24,645115,645246 MySQL :: Re: text vs varchar mysqltextvsvarchar https://forums.mysql.com/read.php?106,156677 MySQL :: Can I partition a table with a varchar primary key? can imysqlpartitiontablevarchar https://userapps.support.sap.com/sap/support/knowledge/en/3232956 3232956 - DSI down on Message 15445 - The datatype of the ciphertext data (VARCHAR) is incorrect... This error is raised on an ASE table that has an encrypted column DSI down on Message: 15445 , State 1, Severity 16 -- ' The datatype of the ciphertext data... https://lists.ibiblio.org/sympa/arc/freetds/2015-01/msg00025.html freetds - Re: [freetds] VARCHAR(max) in SP output params with TDS=7.2 and rpc API - arc https://community.fabric.microsoft.com/t5/Fabric-Ideas/Change-VARCHAR-8000-to-VARCHAR-MAX-in-Auto-Create-Mode-for-copy/idi-p/5144168 Change VARCHAR(8000) to VARCHAR(MAX) in Auto Creat... - Microsoft Fabric Community Apr 6, 2026 - For especially generic pipeline development it is often a necessity to be able to store string data larger than 8000 chars/bytes. Using the Auto in automicrosoft fabricchangevarcharmax https://forums.mysql.com/read.php?104,599097,599953,quote=1 MySQL :: Re: Nvarchar- sql server to Varchar - mysq sql servermysqlvarchar https://forums.mysql.com/read.php?107,433100,434721 MySQL :: Re: Arabic text in mysql Varchar row mysqlarabictextvarcharrow https://bugs.mysql.com/bug.php?id=300 MySQL Bugs: #300: VARCHAR columns are converted to FIXED CHAR when using temporary https://forums.mysql.com/read.php?107,433100,433725 MySQL :: Re: Arabic text in mysql Varchar row mysqlarabictextvarcharrow https://techcommunity.microsoft.com/discussions/sql_server/converting-a-varchar-field-to-numeric/3566097 Converting a varchar field to Numeric | Microsoft Community Hub We have a field in our SQL Server 2012 DB that is a char(15) Field. The Data in that field consists of codes that are actually 5 characters but the... microsoft communityconvertingvarcharfieldnumeric https://jira.mariadb.org/browse/CONJ-1136 [CONJ-1136] wrong Resultset.getByte() results for binary varchar fields - Jira conjwrongresultset https://ask.libreoffice.org/t/how-to-create-a-integer-id-pk-to-replace-varchar-primary-key/122621 "how to create a integer id pk to replace varchar primary key." - English - Ask LibreOffice May 29, 2025 - Have a database with a varchar primary key. skyandrews said that it will load faster if I create an integer primary key instead. There are several tables... how to create https://knowledge.broadcom.com/external/article/16181/how-much-storage-space-to-varchar-column.html How much storage space to VARCHAR columns occupy? how muchstorage spacevarcharcolumnsoccupy https://userapps.support.sap.com/sap/support/knowledge/en/2540373 2540373 - jConnect: getColumnType returns -1 for char and varchar - SDK for SAP ASE | SAP Knowledge... https://forums.mysql.com/read.php?21,615392,615392 MySQL :: 'create table ... select' creates text column where varchar would suffice create tabletext columnmysqlselectcreates https://forums.mysql.com/read.php?38,6387,6423 MySQL :: Re: VARCHAR Length mysqlvarcharlength https://www.ibm.com/docs/en/idr/11.4.0?topic=parameters-trim-varchar-varchar trim_varchar_to_varchar Use this system parameter to specify whether or not CDC Replication should strip or leave trailing blanks on string data of the column in the target table. trimvarchar