Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in varchar

For innodb table in MySQL, which is faster: varchar(255) or tinytext?

Is there any difference between varchar(10) and varchar(1000) when we store string whose length is less than 10?

mysql database string varchar

How do you know when to use varchar and when to use text in sql?

DB2 cast a large CLOB (> 32KB) into text?

db2 varchar clob

What happens when you store a value in a VARCHAR, which is over the limit in SQL? [closed]

mysql sql varchar

MySql, is there a way to convert Integer field into Varchar without losing data?

mysql integer schema varchar

Varchar(number) causes failure in SSIS

ssis varchar

Postgres: Reduce varchar size and truncate

postgresql varchar truncate

T-SQL: How to obtain the exact length of a string in characters?

tsql string varchar nvarchar

Inserting "bigger" data into PostgreSQL makes the system faster?

Postgresql: In-Row vs Out-of-Row for text/varchar

what is the diff between TEXT and VARCHAR datafields?

text types varchar

Find the byte size of a row in PostgreSQL

Best datatype to store hexidecimal and hex characters in the database

What is the Varchar(Max) equivalent for DB2?

sql sql-server db2 varchar

performance type varchar(1) or smallint to store status Postgres

What is the maximum length of private and public RSA keys?

database openssl rsa varchar

Change PostgreSQL columns used in views

Determine varchar content in nvarchar columns